Html Css Color HEX #BB63EE Medium Orchid

📋 copy color: '#BB63EE'

red 187 ◦ green 99 ◦ blue 238

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

Shades of Medium Orchid #BB63EE

Tints of Medium Orchid #BB63EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 35.69%
G = 18.89%
B = 45.42%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB63EE (or 0xBB63EE) is known color: Medium Orchid. HEX triplet: BB, 63 and EE. RGB value is (187,99,238). Sum of RGB (Red+Green+Blue) = 187+99+238=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB63EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63EE is #449C11. Grayscale: #8C8C8C. Windows color (decimal): -4496402 or 15623099. OLE color: 15623099.

HSL color Cylindrical-coordinate representation of color #BB63EE: hue angle of 277.99º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB63EE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 99 238 -
CMYK 0.21 0.58 0 0.07
HSL 277.99º 0.8% 0.66% -
HSV(B) 277.99º 0.58% 0.93% -
XYZ 40.39 25.66 83.71 -
YUV 141.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 187 99 238 0.21 0.58 0 0.07 277.99 0.8 0.66
Hex BB 63 EE 15 3A 0 7 116 50 42
Octal 273 143 356 25 72 0 7 426 120 102
Binary 10111011 1100011 11101110 10101 111010 0 111 100010110 1010000 1000010

Color Harmonies of #BB63EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63EE

Black with #BB63EE

Text Example


Text Example

White with #BB63EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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