Html Css Color HEX #BB3CCC Medium Orchid

📋 copy color: '#BB3CCC'

red 187 ◦ green 60 ◦ blue 204

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

Shades of Medium Orchid #BB3CCC

Tints of Medium Orchid #BB3CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.3%

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

R = 41.46%
G = 13.3%
B = 45.23%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB3CCC (or 0xBB3CCC) is known color: Medium Orchid. HEX triplet: BB, 3C and CC. RGB value is (187,60,204). Sum of RGB (Red+Green+Blue) = 187+60+204=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CCC is #44C333. Grayscale: #717171. Windows color (decimal): -4506420 or 13384891. OLE color: 13384891.

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

Color convert

RGB 187 60 204 -
CMYK 0.08 0.71 0 0.2
HSL 292.92º 0.59% 0.52% -
HSV(B) 292.92º 0.71% 0.8% -
XYZ 33.01 18.16 58.89 -
YUV 114.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 187 60 204 0.08 0.71 0 0.2 292.92 0.59 0.52
Hex BB 3C CC 8 47 0 14 125 3B 34
Octal 273 74 314 10 107 0 24 445 73 64
Binary 10111011 111100 11001100 1000 1000111 0 10100 100100101 111011 110100

Color Harmonies of #BB3CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CCC

Black with #BB3CCC

Text Example


Text Example

White with #BB3CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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