Html Css Color HEX #B15FDF Medium Orchid

📋 copy color: '#B15FDF'

red 177 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #B15FDF

Tints of Medium Orchid #B15FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 35.76%
G = 19.19%
B = 45.05%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B15FDF (or 0xB15FDF) is known color: Medium Orchid. HEX triplet: B1, 5F and DF. RGB value is (177,95,223). Sum of RGB (Red+Green+Blue) = 177+95+223=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #B15FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FDF is #4EA020. Grayscale: #858585. Windows color (decimal): -5152801 or 14639025. OLE color: 14639025.

HSL color Cylindrical-coordinate representation of color #B15FDF: hue angle of 278.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B15FDF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 95 223 -
CMYK 0.21 0.57 0 0.13
HSL 278.44º 0.67% 0.62% -
HSV(B) 278.44º 0.57% 0.87% -
XYZ 35.54 22.86 72.35 -
YUV 134.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 177 95 223 0.21 0.57 0 0.13 278.44 0.67 0.62
Hex B1 5F DF 15 39 0 D 116 43 3E
Octal 261 137 337 25 71 0 15 426 103 76
Binary 10110001 1011111 11011111 10101 111001 0 1101 100010110 1000011 111110

Color Harmonies of #B15FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FDF

Black with #B15FDF

Text Example


Text Example

White with #B15FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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