Html Css Color HEX #BB37CD Medium Orchid

📋 copy color: '#BB37CD'

red 187 ◦ green 55 ◦ blue 205

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

Shades of Medium Orchid #BB37CD

Tints of Medium Orchid #BB37CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 41.83%
G = 12.3%
B = 45.86%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB37CD (or 0xBB37CD) is known color: Medium Orchid. HEX triplet: BB, 37 and CD. RGB value is (187,55,205). Sum of RGB (Red+Green+Blue) = 187+55+205=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB37CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37CD is #44C832. Grayscale: #6F6F6F. Windows color (decimal): -4507699 or 13449147. OLE color: 13449147.

HSL color Cylindrical-coordinate representation of color #BB37CD: hue angle of 292.8º degrees, saturation: 0.6, 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 #BB37CD is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 55 205 -
CMYK 0.09 0.73 0 0.20
HSL 292.8º 0.6% 0.51% -
HSV(B) 292.8º 0.73% 0.8% -
XYZ 32.88 17.7 59.44 -
YUV 111.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 187 55 205 0.09 0.73 0 0.20 292.8 0.6 0.51
Hex BB 37 CD 9 49 0 14 125 3C 33
Octal 273 67 315 11 111 0 24 445 74 63
Binary 10111011 110111 11001101 1001 1001001 0 10100 100100101 111100 110011

Color Harmonies of #BB37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37CD

Black with #BB37CD

Text Example


Text Example

White with #BB37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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