Html Css Color HEX #B15BDB Medium Orchid

📋 copy color: '#B15BDB'

red 177 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #B15BDB

Tints of Medium Orchid #B15BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.69%

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

R = 36.34%
G = 18.69%
B = 44.97%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B15BDB (or 0xB15BDB) is known color: Medium Orchid. HEX triplet: B1, 5B and DB. RGB value is (177,91,219). Sum of RGB (Red+Green+Blue) = 177+91+219=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #B15BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BDB is #4EA424. Grayscale: #828282. Windows color (decimal): -5153829 or 14375857. OLE color: 14375857.

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

Color convert

RGB 177 91 219 -
CMYK 0.19 0.58 0 0.14
HSL 280.31º 0.64% 0.61% -
HSV(B) 280.31º 0.58% 0.86% -
XYZ 34.66 21.94 69.43 -
YUV 131.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 177 91 219 0.19 0.58 0 0.14 280.31 0.64 0.61
Hex B1 5B DB 13 3A 0 E 118 40 3D
Octal 261 133 333 23 72 0 16 430 100 75
Binary 10110001 1011011 11011011 10011 111010 0 1110 100011000 1000000 111101

Color Harmonies of #B15BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BDB

Black with #B15BDB

Text Example


Text Example

White with #B15BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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