Html Css Color HEX #BB3ECC Medium Orchid

📋 copy color: '#BB3ECC'

red 187 ◦ green 62 ◦ blue 204

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

Shades of Medium Orchid #BB3ECC

Tints of Medium Orchid #BB3ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.69%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 41.28%
G = 13.69%
B = 45.03%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB3ECC (or 0xBB3ECC) is known color: Medium Orchid. HEX triplet: BB, 3E and CC. RGB value is (187,62,204). Sum of RGB (Red+Green+Blue) = 187+62+204=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB3ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ECC is #44C133. Grayscale: #737373. Windows color (decimal): -4505908 or 13385403. OLE color: 13385403.

HSL color Cylindrical-coordinate representation of color #BB3ECC: hue angle of 292.82º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3ECC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 62 204 -
CMYK 0.08 0.70 0 0.2
HSL 292.82º 0.58% 0.52% -
HSV(B) 292.82º 0.7% 0.8% -
XYZ 33.12 18.37 58.93 -
YUV 115.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 187 62 204 0.08 0.70 0 0.2 292.82 0.58 0.52
Hex BB 3E CC 8 46 0 14 125 3A 34
Octal 273 76 314 10 106 0 24 445 72 64
Binary 10111011 111110 11001100 1000 1000110 0 10100 100100101 111010 110100

Color Harmonies of #BB3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3ECC

Black with #BB3ECC

Text Example


Text Example

White with #BB3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3ECC; }

 p { color: rgb(187,62,204); }

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

background-color css

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

 a { background-color: rgb(187,62,204); }

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

border-color css

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

 span { border-color: rgb(187,62,204); }

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