Html Css Color HEX #BB37CC Medium Orchid

📋 copy color: '#BB37CC'

red 187 ◦ green 55 ◦ blue 204

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

Shades of Medium Orchid #BB37CC

Tints of Medium Orchid #BB37CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.33%

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

R = 41.93%
G = 12.33%
B = 45.74%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB37CC (or 0xBB37CC) is known color: Medium Orchid. HEX triplet: BB, 37 and CC. RGB value is (187,55,204). Sum of RGB (Red+Green+Blue) = 187+55+204=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37CC is #44C833. Grayscale: #6E6E6E. Windows color (decimal): -4507700 or 13383611. OLE color: 13383611.

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

Color convert

RGB 187 55 204 -
CMYK 0.08 0.73 0 0.2
HSL 293.15º 0.59% 0.51% -
HSV(B) 293.15º 0.73% 0.8% -
XYZ 32.76 17.66 58.81 -
YUV 111.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 187 55 204 0.08 0.73 0 0.2 293.15 0.59 0.51
Hex BB 37 CC 8 49 0 14 125 3B 33
Octal 273 67 314 10 111 0 24 445 73 63
Binary 10111011 110111 11001100 1000 1001001 0 10100 100100101 111011 110011

Color Harmonies of #BB37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37CC

Black with #BB37CC

Text Example


Text Example

White with #BB37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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