Html Css Color HEX #B15FFC Medium Orchid

📋 copy color: '#B15FFC'

red 177 ◦ green 95 ◦ blue 252

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

Shades of Medium Orchid #B15FFC

Tints of Medium Orchid #B15FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 33.78%
G = 18.13%
B = 48.09%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B15FFC (or 0xB15FFC) is known color: Medium Orchid. HEX triplet: B1, 5F and FC. RGB value is (177,95,252). Sum of RGB (Red+Green+Blue) = 177+95+252=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #B15FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FFC is #4EA003. Grayscale: #888888. Windows color (decimal): -5152772 or 16539569. OLE color: 16539569.

HSL color Cylindrical-coordinate representation of color #B15FFC: hue angle of 271.34º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15FFC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 95 252 -
CMYK 0.30 0.62 0 0.01
HSL 271.34º 0.96% 0.68% -
HSV(B) 271.34º 0.62% 0.99% -
XYZ 39.79 24.56 94.74 -
YUV 137.42 192.67 156.23 -
System Red Green Blue C M Y K H S L
Decimal 177 95 252 0.30 0.62 0 0.01 271.34 0.96 0.68
Hex B1 5F FC 1E 3E 0 1 10F 60 44
Octal 261 137 374 36 76 0 1 417 140 104
Binary 10110001 1011111 11111100 11110 111110 0 1 100001111 1100000 1000100

Color Harmonies of #B15FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FFC

Black with #B15FFC

Text Example


Text Example

White with #B15FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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