Html Css Color HEX #B05FE1 Medium Orchid

📋 copy color: '#B05FE1'

red 176 ◦ green 95 ◦ blue 225

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

Shades of Medium Orchid #B05FE1

Tints of Medium Orchid #B05FE1

RGB

 RED value IS 176 (69.14% from 255) = 35.48%

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

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 35.48%
G = 19.15%
B = 45.36%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B05FE1 (or 0xB05FE1) is known color: Medium Orchid. HEX triplet: B0, 5F and E1. RGB value is (176,95,225). Sum of RGB (Red+Green+Blue) = 176+95+225=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #B05FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FE1 is #4FA01E. Grayscale: #858585. Windows color (decimal): -5218335 or 14770096. OLE color: 14770096.

HSL color Cylindrical-coordinate representation of color #B05FE1: hue angle of 277.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B05FE1 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 95 225 -
CMYK 0.22 0.58 0 0.12
HSL 277.38º 0.68% 0.63% -
HSV(B) 277.38º 0.58% 0.88% -
XYZ 35.59 22.85 73.77 -
YUV 134.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 176 95 225 0.22 0.58 0 0.12 277.38 0.68 0.63
Hex B0 5F E1 16 3A 0 C 115 44 3F
Octal 260 137 341 26 72 0 14 425 104 77
Binary 10110000 1011111 11100001 10110 111010 0 1100 100010101 1000100 111111

Color Harmonies of #B05FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FE1

Black with #B05FE1

Text Example


Text Example

White with #B05FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FE1; }

 p { color: rgb(176,95,225); }

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

background-color css

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

 a { background-color: rgb(176,95,225); }

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

border-color css

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

 span { border-color: rgb(176,95,225); }

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