Html Css Color HEX #B15FDC Medium Orchid

📋 copy color: '#B15FDC'

red 177 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #B15FDC

Tints of Medium Orchid #B15FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 35.98%
G = 19.31%
B = 44.72%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B15FDC (or 0xB15FDC) is known color: Medium Orchid. HEX triplet: B1, 5F and DC. RGB value is (177,95,220). Sum of RGB (Red+Green+Blue) = 177+95+220=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #B15FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FDC is #4EA023. Grayscale: #858585. Windows color (decimal): -5152804 or 14442417. OLE color: 14442417.

HSL color Cylindrical-coordinate representation of color #B15FDC: hue angle of 279.36º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B15FDC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 95 220 -
CMYK 0.20 0.57 0 0.14
HSL 279.36º 0.64% 0.62% -
HSV(B) 279.36º 0.57% 0.86% -
XYZ 35.14 22.7 70.24 -
YUV 133.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 177 95 220 0.20 0.57 0 0.14 279.36 0.64 0.62
Hex B1 5F DC 14 39 0 E 117 40 3E
Octal 261 137 334 24 71 0 16 427 100 76
Binary 10110001 1011111 11011100 10100 111001 0 1110 100010111 1000000 111110

Color Harmonies of #B15FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FDC

Black with #B15FDC

Text Example


Text Example

White with #B15FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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