Html Css Color HEX #B15FFB Medium Orchid

📋 copy color: '#B15FFB'

red 177 ◦ green 95 ◦ blue 251

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

Shades of Medium Orchid #B15FFB

Tints of Medium Orchid #B15FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 33.84%
G = 18.16%
B = 47.99%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B15FFB (or 0xB15FFB) is known color: Medium Orchid. HEX triplet: B1, 5F and FB. RGB value is (177,95,251). Sum of RGB (Red+Green+Blue) = 177+95+251=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #B15FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FFB is #4EA004. Grayscale: #888888. Windows color (decimal): -5152773 or 16474033. OLE color: 16474033.

HSL color Cylindrical-coordinate representation of color #B15FFB: hue angle of 271.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15FFB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 95 251 -
CMYK 0.29 0.62 0 0.02
HSL 271.54º 0.95% 0.68% -
HSV(B) 271.54º 0.62% 0.98% -
XYZ 39.64 24.5 93.91 -
YUV 137.3 192.17 156.32 -
System Red Green Blue C M Y K H S L
Decimal 177 95 251 0.29 0.62 0 0.02 271.54 0.95 0.68
Hex B1 5F FB 1D 3E 0 2 110 5F 44
Octal 261 137 373 35 76 0 2 420 137 104
Binary 10110001 1011111 11111011 11101 111110 0 10 100010000 1011111 1000100

Color Harmonies of #B15FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FFB

Black with #B15FFB

Text Example


Text Example

White with #B15FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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