Html Css Color HEX #B15DDA Medium Orchid

📋 copy color: '#B15DDA'

red 177 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #B15DDA

Tints of Medium Orchid #B15DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 36.27%
G = 19.06%
B = 44.67%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B15DDA (or 0xB15DDA) is known color: Medium Orchid. HEX triplet: B1, 5D and DA. RGB value is (177,93,218). Sum of RGB (Red+Green+Blue) = 177+93+218=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #B15DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DDA is #4EA225. Grayscale: #838383. Windows color (decimal): -5153318 or 14310833. OLE color: 14310833.

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

Color convert

RGB 177 93 218 -
CMYK 0.19 0.57 0 0.15
HSL 280.32º 0.63% 0.61% -
HSV(B) 280.32º 0.57% 0.85% -
XYZ 34.7 22.24 68.79 -
YUV 132.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 177 93 218 0.19 0.57 0 0.15 280.32 0.63 0.61
Hex B1 5D DA 13 39 0 F 118 3F 3D
Octal 261 135 332 23 71 0 17 430 77 75
Binary 10110001 1011101 11011010 10011 111001 0 1111 100011000 111111 111101

Color Harmonies of #B15DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DDA

Black with #B15DDA

Text Example


Text Example

White with #B15DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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