Html Css Color HEX #B15FD6 Medium Orchid

📋 copy color: '#B15FD6'

red 177 ◦ green 95 ◦ blue 214

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

Shades of Medium Orchid #B15FD6

Tints of Medium Orchid #B15FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 36.42%
G = 19.55%
B = 44.03%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B15FD6 (or 0xB15FD6) is known color: Medium Orchid. HEX triplet: B1, 5F and D6. RGB value is (177,95,214). Sum of RGB (Red+Green+Blue) = 177+95+214=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #B15FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FD6 is #4EA029. Grayscale: #848484. Windows color (decimal): -5152810 or 14049201. OLE color: 14049201.

HSL color Cylindrical-coordinate representation of color #B15FD6: hue angle of 281.34º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15FD6 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 95 214 -
CMYK 0.17 0.56 0 0.16
HSL 281.34º 0.59% 0.61% -
HSV(B) 281.34º 0.56% 0.84% -
XYZ 34.36 22.39 66.13 -
YUV 133.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 177 95 214 0.17 0.56 0 0.16 281.34 0.59 0.61
Hex B1 5F D6 11 38 0 10 119 3B 3D
Octal 261 137 326 21 70 0 20 431 73 75
Binary 10110001 1011111 11010110 10001 111000 0 10000 100011001 111011 111101

Color Harmonies of #B15FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FD6

Black with #B15FD6

Text Example


Text Example

White with #B15FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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