Html Css Color HEX #BB37E6 Medium Orchid

📋 copy color: '#BB37E6'

red 187 ◦ green 55 ◦ blue 230

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

Shades of Medium Orchid #BB37E6

Tints of Medium Orchid #BB37E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 39.62%
G = 11.65%
B = 48.73%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB37E6 (or 0xBB37E6) is known color: Medium Orchid. HEX triplet: BB, 37 and E6. RGB value is (187,55,230). Sum of RGB (Red+Green+Blue) = 187+55+230=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB37E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB37E6 is #44C819. Grayscale: #717171. Windows color (decimal): -4507674 or 15087547. OLE color: 15087547.

HSL color Cylindrical-coordinate representation of color #BB37E6: hue angle of 285.26º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB37E6 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 55 230 -
CMYK 0.19 0.76 0 0.10
HSL 285.26º 0.78% 0.56% -
HSV(B) 285.26º 0.76% 0.9% -
XYZ 36.14 19.01 76.63 -
YUV 114.42 193.23 179.77 -
System Red Green Blue C M Y K H S L
Decimal 187 55 230 0.19 0.76 0 0.10 285.26 0.78 0.56
Hex BB 37 E6 13 4C 0 A 11D 4E 38
Octal 273 67 346 23 114 0 12 435 116 70
Binary 10111011 110111 11100110 10011 1001100 0 1010 100011101 1001110 111000

Color Harmonies of #BB37E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37E6

Black with #BB37E6

Text Example


Text Example

White with #BB37E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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