Html Css Color HEX #BB37F6 Medium Orchid

📋 copy color: '#BB37F6'

red 187 ◦ green 55 ◦ blue 246

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

Shades of Medium Orchid #BB37F6

Tints of Medium Orchid #BB37F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.41%

R = 38.32%
G = 11.27%
B = 50.41%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB37F6 (or 0xBB37F6) is known color: Medium Orchid. HEX triplet: BB, 37 and F6. RGB value is (187,55,246). Sum of RGB (Red+Green+Blue) = 187+55+246=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB37F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB37F6 is #44C809. Grayscale: #737373. Windows color (decimal): -4507658 or 16136123. OLE color: 16136123.

HSL color Cylindrical-coordinate representation of color #BB37F6: hue angle of 281.47º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB37F6 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 55 246 -
CMYK 0.24 0.78 0 0.04
HSL 281.47º 0.91% 0.59% -
HSV(B) 281.47º 0.78% 0.96% -
XYZ 38.49 19.95 89.01 -
YUV 116.24 201.23 178.47 -
System Red Green Blue C M Y K H S L
Decimal 187 55 246 0.24 0.78 0 0.04 281.47 0.91 0.59
Hex BB 37 F6 18 4E 0 4 119 5B 3B
Octal 273 67 366 30 116 0 4 431 133 73
Binary 10111011 110111 11110110 11000 1001110 0 100 100011001 1011011 111011

Color Harmonies of #BB37F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37F6

Black with #BB37F6

Text Example


Text Example

White with #BB37F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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