Html Css Color HEX #B15FDB Medium Orchid

📋 copy color: '#B15FDB'

red 177 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #B15FDB

Tints of Medium Orchid #B15FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.35%

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

R = 36.05%
G = 19.35%
B = 44.6%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B15FDB (or 0xB15FDB) is known color: Medium Orchid. HEX triplet: B1, 5F and DB. RGB value is (177,95,219). Sum of RGB (Red+Green+Blue) = 177+95+219=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #B15FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FDB is #4EA024. Grayscale: #858585. Windows color (decimal): -5152805 or 14376881. OLE color: 14376881.

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

Color convert

RGB 177 95 219 -
CMYK 0.19 0.57 0 0.14
HSL 279.68º 0.63% 0.62% -
HSV(B) 279.68º 0.57% 0.86% -
XYZ 35.01 22.65 69.54 -
YUV 133.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 177 95 219 0.19 0.57 0 0.14 279.68 0.63 0.62
Hex B1 5F DB 13 39 0 E 118 3F 3E
Octal 261 137 333 23 71 0 16 430 77 76
Binary 10110001 1011111 11011011 10011 111001 0 1110 100011000 111111 111110

Color Harmonies of #B15FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FDB

Black with #B15FDB

Text Example


Text Example

White with #B15FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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