Html Css Color HEX #BB37FF Medium Orchid

📋 copy color: '#BB37FF'

red 187 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #BB37FF

Tints of Medium Orchid #BB37FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 37.63%
G = 11.07%
B = 51.31%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB37FF (or 0xBB37FF) is known color: Medium Orchid. HEX triplet: BB, 37 and FF. RGB value is (187,55,255). Sum of RGB (Red+Green+Blue) = 187+55+255=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB37FF is #44C800. Grayscale: #747474. Windows color (decimal): -4507649 or 16725947. OLE color: 16725947.

HSL color Cylindrical-coordinate representation of color #BB37FF: hue angle of 279.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB37FF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 55 255 -
CMYK 0.27 0.78 0 0
HSL 279.6º 1% 0.61% -
HSV(B) 279.6º 0.78% 1% -
XYZ 39.91 20.52 96.46 -
YUV 117.27 205.73 177.74 -
System Red Green Blue C M Y K H S L
Decimal 187 55 255 0.27 0.78 0 0 279.6 1 0.61
Hex BB 37 FF 1B 4E 0 0 118 64 3D
Octal 273 67 377 33 116 0 0 430 144 75
Binary 10111011 110111 11111111 11011 1001110 0 0 100011000 1100100 111101

Color Harmonies of #BB37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37FF

Black with #BB37FF

Text Example


Text Example

White with #BB37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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