Html Css Color HEX #BB6EE3 Medium Orchid

📋 copy color: '#BB6EE3'

red 187 ◦ green 110 ◦ blue 227

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

Shades of Medium Orchid #BB6EE3

Tints of Medium Orchid #BB6EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.32%

R = 35.69%
G = 20.99%
B = 43.32%

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

#BB6EE3 (or 0xBB6EE3) is known color: Medium Orchid. HEX triplet: BB, 6E and E3. RGB value is (187,110,227). Sum of RGB (Red+Green+Blue) = 187+110+227=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB6EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EE3 is #44911C. Grayscale: #919191. Windows color (decimal): -4493597 or 14905019. OLE color: 14905019.

HSL color Cylindrical-coordinate representation of color #BB6EE3: hue angle of 279.49º degrees, saturation: 0.68, 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 #BB6EE3 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 110 227 -
CMYK 0.18 0.52 0 0.11
HSL 279.49º 0.68% 0.66% -
HSV(B) 279.49º 0.52% 0.89% -
XYZ 39.93 27.26 75.83 -
YUV 146.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 187 110 227 0.18 0.52 0 0.11 279.49 0.68 0.66
Hex BB 6E E3 12 34 0 B 117 44 42
Octal 273 156 343 22 64 0 13 427 104 102
Binary 10111011 1101110 11100011 10010 110100 0 1011 100010111 1000100 1000010

Color Harmonies of #BB6EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EE3

Black with #BB6EE3

Text Example


Text Example

White with #BB6EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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