Html Css Color HEX #B05DF6 Medium Orchid

📋 copy color: '#B05DF6'

red 176 ◦ green 93 ◦ blue 246

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

Shades of Medium Orchid #B05DF6

Tints of Medium Orchid #B05DF6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.06%

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 34.17%
G = 18.06%
B = 47.77%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B05DF6 (or 0xB05DF6) is known color: Medium Orchid. HEX triplet: B0, 5D and F6. RGB value is (176,93,246). Sum of RGB (Red+Green+Blue) = 176+93+246=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #B05DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DF6 is #4FA209. Grayscale: #868686. Windows color (decimal): -5218826 or 16145840. OLE color: 16145840.

HSL color Cylindrical-coordinate representation of color #B05DF6: hue angle of 272.55º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05DF6 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 93 246 -
CMYK 0.28 0.62 0 0.04
HSL 272.55º 0.89% 0.66% -
HSV(B) 272.55º 0.62% 0.96% -
XYZ 38.45 23.71 89.74 -
YUV 135.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 176 93 246 0.28 0.62 0 0.04 272.55 0.89 0.66
Hex B0 5D F6 1C 3E 0 4 111 59 42
Octal 260 135 366 34 76 0 4 421 131 102
Binary 10110000 1011101 11110110 11100 111110 0 100 100010001 1011001 1000010

Color Harmonies of #B05DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DF6

Black with #B05DF6

Text Example


Text Example

White with #B05DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DF6; }

 p { color: rgb(176,93,246); }

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

background-color css

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

 a { background-color: rgb(176,93,246); }

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

border-color css

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

 span { border-color: rgb(176,93,246); }

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