Html Css Color HEX #B15BFC Medium Orchid

📋 copy color: '#B15BFC'

red 177 ◦ green 91 ◦ blue 252

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

Shades of Medium Orchid #B15BFC

Tints of Medium Orchid #B15BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.5%

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

R = 34.04%
G = 17.5%
B = 48.46%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B15BFC (or 0xB15BFC) is known color: Medium Orchid. HEX triplet: B1, 5B and FC. RGB value is (177,91,252). Sum of RGB (Red+Green+Blue) = 177+91+252=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #B15BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15BFC is #4EA403. Grayscale: #868686. Windows color (decimal): -5153796 or 16538545. OLE color: 16538545.

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

Color convert

RGB 177 91 252 -
CMYK 0.30 0.64 0 0.01
HSL 272.05º 0.96% 0.67% -
HSV(B) 272.05º 0.64% 0.99% -
XYZ 39.44 23.86 94.62 -
YUV 135.07 193.99 157.91 -
System Red Green Blue C M Y K H S L
Decimal 177 91 252 0.30 0.64 0 0.01 272.05 0.96 0.67
Hex B1 5B FC 1E 40 0 1 110 60 43
Octal 261 133 374 36 100 0 1 420 140 103
Binary 10110001 1011011 11111100 11110 1000000 0 1 100010000 1100000 1000011

Color Harmonies of #B15BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BFC

Black with #B15BFC

Text Example


Text Example

White with #B15BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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