Html Css Color HEX #B05ED8 Medium Orchid

📋 copy color: '#B05ED8'

red 176 ◦ green 94 ◦ blue 216

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

Shades of Medium Orchid #B05ED8

Tints of Medium Orchid #B05ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.34%

 BLUE value IS 216 (84.77% from 255) = 44.44%

R = 36.21%
G = 19.34%
B = 44.44%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B05ED8 (or 0xB05ED8) is known color: Medium Orchid. HEX triplet: B0, 5E and D8. RGB value is (176,94,216). Sum of RGB (Red+Green+Blue) = 176+94+216=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #B05ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ED8 is #4FA127. Grayscale: #848484. Windows color (decimal): -5218600 or 14180016. OLE color: 14180016.

HSL color Cylindrical-coordinate representation of color #B05ED8: hue angle of 280.33º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05ED8 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 94 216 -
CMYK 0.19 0.56 0 0.15
HSL 280.33º 0.61% 0.61% -
HSV(B) 280.33º 0.56% 0.85% -
XYZ 34.3 22.19 67.44 -
YUV 132.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 176 94 216 0.19 0.56 0 0.15 280.33 0.61 0.61
Hex B0 5E D8 13 38 0 F 118 3D 3D
Octal 260 136 330 23 70 0 17 430 75 75
Binary 10110000 1011110 11011000 10011 111000 0 1111 100011000 111101 111101

Color Harmonies of #B05ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ED8

Black with #B05ED8

Text Example


Text Example

White with #B05ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ED8; }

 p { color: rgb(176,94,216); }

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

background-color css

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

 a { background-color: rgb(176,94,216); }

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

border-color css

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

 span { border-color: rgb(176,94,216); }

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