Html Css Color HEX #B05EE5 Medium Orchid

📋 copy color: '#B05EE5'

red 176 ◦ green 94 ◦ blue 229

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

Shades of Medium Orchid #B05EE5

Tints of Medium Orchid #B05EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 35.27%
G = 18.84%
B = 45.89%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B05EE5 (or 0xB05EE5) is known color: Medium Orchid. HEX triplet: B0, 5E and E5. RGB value is (176,94,229). Sum of RGB (Red+Green+Blue) = 176+94+229=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #B05EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EE5 is #4FA11A. Grayscale: #858585. Windows color (decimal): -5218587 or 15031984. OLE color: 15031984.

HSL color Cylindrical-coordinate representation of color #B05EE5: hue angle of 276.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05EE5 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 94 229 -
CMYK 0.23 0.59 0 0.10
HSL 276.44º 0.72% 0.63% -
HSV(B) 276.44º 0.59% 0.9% -
XYZ 36.05 22.89 76.65 -
YUV 133.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 176 94 229 0.23 0.59 0 0.10 276.44 0.72 0.63
Hex B0 5E E5 17 3B 0 A 114 48 3F
Octal 260 136 345 27 73 0 12 424 110 77
Binary 10110000 1011110 11100101 10111 111011 0 1010 100010100 1001000 111111

Color Harmonies of #B05EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EE5

Black with #B05EE5

Text Example


Text Example

White with #B05EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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