Html Css Color HEX #B15FCD Medium Orchid

📋 copy color: '#B15FCD'

red 177 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #B15FCD

Tints of Medium Orchid #B15FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.92%

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

R = 37.11%
G = 19.92%
B = 42.98%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B15FCD (or 0xB15FCD) is known color: Medium Orchid. HEX triplet: B1, 5F and CD. RGB value is (177,95,205). Sum of RGB (Red+Green+Blue) = 177+95+205=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #B15FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FCD is #4EA032. Grayscale: #838383. Windows color (decimal): -5152819 or 13459377. OLE color: 13459377.

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

Color convert

RGB 177 95 205 -
CMYK 0.14 0.54 0 0.20
HSL 284.73º 0.52% 0.59% -
HSV(B) 284.73º 0.54% 0.8% -
XYZ 33.24 21.94 60.24 -
YUV 132.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 177 95 205 0.14 0.54 0 0.20 284.73 0.52 0.59
Hex B1 5F CD E 36 0 14 11D 34 3B
Octal 261 137 315 16 66 0 24 435 64 73
Binary 10110001 1011111 11001101 1110 110110 0 10100 100011101 110100 111011

Color Harmonies of #B15FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FCD

Black with #B15FCD

Text Example


Text Example

White with #B15FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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