Html Css Color HEX #B151DB Medium Orchid

📋 copy color: '#B151DB'

red 177 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #B151DB

Tints of Medium Orchid #B151DB

RGB

 RED value IS 177 (69.53% from 255) = 37.11%

 GREEN value IS 81 (32.03% from 255) = 16.98%

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 37.11%
G = 16.98%
B = 45.91%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B151DB (or 0xB151DB) is known color: Medium Orchid. HEX triplet: B1, 51 and DB. RGB value is (177,81,219). Sum of RGB (Red+Green+Blue) = 177+81+219=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #B151DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151DB is #4EAE24. Grayscale: #7C7C7C. Windows color (decimal): -5156389 or 14373297. OLE color: 14373297.

HSL color Cylindrical-coordinate representation of color #B151DB: hue angle of 281.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B151DB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 81 219 -
CMYK 0.19 0.63 0 0.14
HSL 281.74º 0.66% 0.59% -
HSV(B) 281.74º 0.63% 0.86% -
XYZ 33.86 20.35 69.16 -
YUV 125.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 177 81 219 0.19 0.63 0 0.14 281.74 0.66 0.59
Hex B1 51 DB 13 3F 0 E 11A 42 3B
Octal 261 121 333 23 77 0 16 432 102 73
Binary 10110001 1010001 11011011 10011 111111 0 1110 100011010 1000010 111011

Color Harmonies of #B151DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151DB

Black with #B151DB

Text Example


Text Example

White with #B151DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151DB; }

 p { color: rgb(177,81,219); }

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

background-color css

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

 a { background-color: rgb(177,81,219); }

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

border-color css

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

 span { border-color: rgb(177,81,219); }

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