Html Css Color HEX #BB63EB Medium Orchid

📋 copy color: '#BB63EB'

red 187 ◦ green 99 ◦ blue 235

#BB63EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB63EB

Tints of Medium Orchid #BB63EB

RGB

 RED value IS 187 (73.44% from 255) = 35.89%

 GREEN value IS 99 (39.06% from 255) = 19%

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 35.89%
G = 19%
B = 45.11%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB63EB (or 0xBB63EB) is known color: Medium Orchid. HEX triplet: BB, 63 and EB. RGB value is (187,99,235). Sum of RGB (Red+Green+Blue) = 187+99+235=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB63EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63EB is #449C14. Grayscale: #8C8C8C. Windows color (decimal): -4496405 or 15426491. OLE color: 15426491.

HSL color Cylindrical-coordinate representation of color #BB63EB: hue angle of 278.82º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB63EB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 99 235 -
CMYK 0.20 0.58 0 0.08
HSL 278.82º 0.77% 0.65% -
HSV(B) 278.82º 0.58% 0.92% -
XYZ 39.95 25.49 81.41 -
YUV 140.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 187 99 235 0.20 0.58 0 0.08 278.82 0.77 0.65
Hex BB 63 EB 14 3A 0 8 117 4D 41
Octal 273 143 353 24 72 0 10 427 115 101
Binary 10111011 1100011 11101011 10100 111010 0 1000 100010111 1001101 1000001

Color Harmonies of #BB63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63EB

Black with #BB63EB

Text Example


Text Example

White with #BB63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63EB; }

 p { color: rgb(187,99,235); }

 H1.HeaderClassName
 {
   color: #BB63EB;
 }
 .AnyTagClassName
 {
   color: #BB63EB;
 }
</style>

background-color css

<style>
 a { background-color: #BB63EB; }

 a { background-color: rgb(187,99,235); }

 div.DivClassName
 {
   background-color: #BB63EB;
 }
 .BgClassName
 {
   background-color: #BB63EB;
 }
</style>

border-color css

<style>
 span { border-color: #BB63EB; }

 span { border-color: rgb(187,99,235); }

 td.TdClassName
 {
   border-color: #BB63EB;
 }
 .TagClassName
 {
   border-color: #BB63EB;
 }
</style>