Html Css Color HEX #B15DCC Medium Orchid

📋 copy color: '#B15DCC'

red 177 ◦ green 93 ◦ blue 204

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

Shades of Medium Orchid #B15DCC

Tints of Medium Orchid #B15DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 37.34%
G = 19.62%
B = 43.04%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B15DCC (or 0xB15DCC) is known color: Medium Orchid. HEX triplet: B1, 5D and CC. RGB value is (177,93,204). Sum of RGB (Red+Green+Blue) = 177+93+204=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B15DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DCC is #4EA233. Grayscale: #828282. Windows color (decimal): -5153332 or 13393329. OLE color: 13393329.

HSL color Cylindrical-coordinate representation of color #B15DCC: hue angle of 285.41º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15DCC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 93 204 -
CMYK 0.13 0.54 0 0.2
HSL 285.41º 0.52% 0.58% -
HSV(B) 285.41º 0.54% 0.8% -
XYZ 32.94 21.54 59.55 -
YUV 130.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 177 93 204 0.13 0.54 0 0.2 285.41 0.52 0.58
Hex B1 5D CC D 36 0 14 11D 34 3A
Octal 261 135 314 15 66 0 24 435 64 72
Binary 10110001 1011101 11001100 1101 110110 0 10100 100011101 110100 111010

Color Harmonies of #B15DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DCC

Black with #B15DCC

Text Example


Text Example

White with #B15DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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