Html Css Color HEX #BB37FC Medium Orchid

📋 copy color: '#BB37FC'

red 187 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #BB37FC

Tints of Medium Orchid #BB37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 37.85%
G = 11.13%
B = 51.01%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB37FC (or 0xBB37FC) is known color: Medium Orchid. HEX triplet: BB, 37 and FC. RGB value is (187,55,252). Sum of RGB (Red+Green+Blue) = 187+55+252=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB37FC is #44C803. Grayscale: #747474. Windows color (decimal): -4507652 or 16529339. OLE color: 16529339.

HSL color Cylindrical-coordinate representation of color #BB37FC: hue angle of 280.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB37FC is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 55 252 -
CMYK 0.26 0.78 0 0.01
HSL 280.2º 0.97% 0.6% -
HSV(B) 280.2º 0.78% 0.99% -
XYZ 39.43 20.33 93.94 -
YUV 116.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 187 55 252 0.26 0.78 0 0.01 280.2 0.97 0.6
Hex BB 37 FC 1A 4E 0 1 118 61 3C
Octal 273 67 374 32 116 0 1 430 141 74
Binary 10111011 110111 11111100 11010 1001110 0 1 100011000 1100001 111100

Color Harmonies of #BB37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37FC

Black with #BB37FC

Text Example


Text Example

White with #BB37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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