Html Css Color HEX #B15BCD Medium Orchid

📋 copy color: '#B15BCD'

red 177 ◦ green 91 ◦ blue 205

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

Shades of Medium Orchid #B15BCD

Tints of Medium Orchid #B15BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 37.42%
G = 19.24%
B = 43.34%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B15BCD (or 0xB15BCD) is known color: Medium Orchid. HEX triplet: B1, 5B and CD. RGB value is (177,91,205). Sum of RGB (Red+Green+Blue) = 177+91+205=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #B15BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BCD is #4EA432. Grayscale: #818181. Windows color (decimal): -5153843 or 13458353. OLE color: 13458353.

HSL color Cylindrical-coordinate representation of color #B15BCD: hue angle of 285.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15BCD is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 91 205 -
CMYK 0.14 0.56 0 0.20
HSL 285.26º 0.53% 0.58% -
HSV(B) 285.26º 0.56% 0.8% -
XYZ 32.89 21.24 60.12 -
YUV 129.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 177 91 205 0.14 0.56 0 0.20 285.26 0.53 0.58
Hex B1 5B CD E 38 0 14 11D 35 3A
Octal 261 133 315 16 70 0 24 435 65 72
Binary 10110001 1011011 11001101 1110 111000 0 10100 100011101 110101 111010

Color Harmonies of #B15BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BCD

Black with #B15BCD

Text Example


Text Example

White with #B15BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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