Html Css Color HEX #B15DED Medium Orchid

📋 copy color: '#B15DED'

red 177 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #B15DED

Tints of Medium Orchid #B15DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.34%

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 34.91%
G = 18.34%
B = 46.75%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B15DED (or 0xB15DED) is known color: Medium Orchid. HEX triplet: B1, 5D and ED. RGB value is (177,93,237). Sum of RGB (Red+Green+Blue) = 177+93+237=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #B15DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15DED is #4EA212. Grayscale: #868686. Windows color (decimal): -5153299 or 15556017. OLE color: 15556017.

HSL color Cylindrical-coordinate representation of color #B15DED: hue angle of 275º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15DED is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 93 237 -
CMYK 0.25 0.61 0 0.07
HSL 275º 0.8% 0.65% -
HSV(B) 275º 0.61% 0.93% -
XYZ 37.33 23.29 82.65 -
YUV 134.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 177 93 237 0.25 0.61 0 0.07 275 0.8 0.65
Hex B1 5D ED 19 3D 0 7 113 50 41
Octal 261 135 355 31 75 0 7 423 120 101
Binary 10110001 1011101 11101101 11001 111101 0 111 100010011 1010000 1000001

Color Harmonies of #B15DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DED

Black with #B15DED

Text Example


Text Example

White with #B15DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DED; }

 p { color: rgb(177,93,237); }

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

background-color css

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

 a { background-color: rgb(177,93,237); }

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

border-color css

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

 span { border-color: rgb(177,93,237); }

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