Html Css Color HEX #BB37FE Medium Orchid

📋 copy color: '#BB37FE'

red 187 ◦ green 55 ◦ blue 254

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

Shades of Medium Orchid #BB37FE

Tints of Medium Orchid #BB37FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 37.7%
G = 11.09%
B = 51.21%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB37FE (or 0xBB37FE) is known color: Medium Orchid. HEX triplet: BB, 37 and FE. RGB value is (187,55,254). Sum of RGB (Red+Green+Blue) = 187+55+254=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB37FE is #44C801. Grayscale: #747474. Windows color (decimal): -4507650 or 16660411. OLE color: 16660411.

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

Color convert

RGB 187 55 254 -
CMYK 0.26 0.78 0 0.00
HSL 279.8º 0.99% 0.61% -
HSV(B) 279.8º 0.78% 1% -
XYZ 39.75 20.45 95.62 -
YUV 117.15 205.23 177.82 -
System Red Green Blue C M Y K H S L
Decimal 187 55 254 0.26 0.78 0 0.00 279.8 0.99 0.61
Hex BB 37 FE 1A 4E 0 0 118 63 3D
Octal 273 67 376 32 116 0 0 430 143 75
Binary 10111011 110111 11111110 11010 1001110 0 0 100011000 1100011 111101

Color Harmonies of #BB37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37FE

Black with #BB37FE

Text Example


Text Example

White with #BB37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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