Html Css Color HEX #B15EDB Medium Orchid

📋 copy color: '#B15EDB'

red 177 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #B15EDB

Tints of Medium Orchid #B15EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.18%

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

R = 36.12%
G = 19.18%
B = 44.69%

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

#B15EDB (or 0xB15EDB) is known color: Medium Orchid. HEX triplet: B1, 5E and DB. RGB value is (177,94,219). Sum of RGB (Red+Green+Blue) = 177+94+219=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #B15EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EDB is #4EA124. Grayscale: #848484. Windows color (decimal): -5153061 or 14376625. OLE color: 14376625.

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

Color convert

RGB 177 94 219 -
CMYK 0.19 0.57 0 0.14
HSL 279.84º 0.63% 0.61% -
HSV(B) 279.84º 0.57% 0.86% -
XYZ 34.92 22.47 69.51 -
YUV 133.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 177 94 219 0.19 0.57 0 0.14 279.84 0.63 0.61
Hex B1 5E DB 13 39 0 E 118 3F 3D
Octal 261 136 333 23 71 0 16 430 77 75
Binary 10110001 1011110 11011011 10011 111001 0 1110 100011000 111111 111101

Color Harmonies of #B15EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15EDB

Black with #B15EDB

Text Example


Text Example

White with #B15EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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