Html Css Color HEX #BB37FD Medium Orchid

📋 copy color: '#BB37FD'

red 187 ◦ green 55 ◦ blue 253

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

Shades of Medium Orchid #BB37FD

Tints of Medium Orchid #BB37FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 37.78%
G = 11.11%
B = 51.11%

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

#BB37FD (or 0xBB37FD) is known color: Medium Orchid. HEX triplet: BB, 37 and FD. RGB value is (187,55,253). Sum of RGB (Red+Green+Blue) = 187+55+253=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB37FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB37FD is #44C802. Grayscale: #747474. Windows color (decimal): -4507651 or 16594875. OLE color: 16594875.

HSL color Cylindrical-coordinate representation of color #BB37FD: hue angle of 280º degrees, saturation: 0.98, 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 #BB37FD is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 55 253 -
CMYK 0.26 0.78 0 0.01
HSL 280º 0.98% 0.6% -
HSV(B) 280º 0.78% 0.99% -
XYZ 39.59 20.39 94.78 -
YUV 117.04 204.73 177.9 -
System Red Green Blue C M Y K H S L
Decimal 187 55 253 0.26 0.78 0 0.01 280 0.98 0.6
Hex BB 37 FD 1A 4E 0 1 118 62 3C
Octal 273 67 375 32 116 0 1 430 142 74
Binary 10111011 110111 11111101 11010 1001110 0 1 100011000 1100010 111100

Color Harmonies of #BB37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37FD

Black with #BB37FD

Text Example


Text Example

White with #BB37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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