Html Css Color HEX #BB6EE4 Medium Orchid

📋 copy color: '#BB6EE4'

red 187 ◦ green 110 ◦ blue 228

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

Shades of Medium Orchid #BB6EE4

Tints of Medium Orchid #BB6EE4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.95%

 BLUE value IS 228 (89.45% from 255) = 43.43%

R = 35.62%
G = 20.95%
B = 43.43%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB6EE4 (or 0xBB6EE4) is known color: Medium Orchid. HEX triplet: BB, 6E and E4. RGB value is (187,110,228). Sum of RGB (Red+Green+Blue) = 187+110+228=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB6EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EE4 is #44911B. Grayscale: #929292. Windows color (decimal): -4493596 or 14970555. OLE color: 14970555.

HSL color Cylindrical-coordinate representation of color #BB6EE4: hue angle of 279.15º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6EE4 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 110 228 -
CMYK 0.18 0.52 0 0.11
HSL 279.15º 0.69% 0.66% -
HSV(B) 279.15º 0.52% 0.89% -
XYZ 40.07 27.32 76.56 -
YUV 146.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 187 110 228 0.18 0.52 0 0.11 279.15 0.69 0.66
Hex BB 6E E4 12 34 0 B 117 45 42
Octal 273 156 344 22 64 0 13 427 105 102
Binary 10111011 1101110 11100100 10010 110100 0 1011 100010111 1000101 1000010

Color Harmonies of #BB6EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EE4

Black with #BB6EE4

Text Example


Text Example

White with #BB6EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EE4; }

 p { color: rgb(187,110,228); }

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

background-color css

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

 a { background-color: rgb(187,110,228); }

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

border-color css

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

 span { border-color: rgb(187,110,228); }

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