Html Css Color HEX #B05EE9 Medium Orchid

📋 copy color: '#B05EE9'

red 176 ◦ green 94 ◦ blue 233

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

Shades of Medium Orchid #B05EE9

Tints of Medium Orchid #B05EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.32%

R = 34.99%
G = 18.69%
B = 46.32%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B05EE9 (or 0xB05EE9) is known color: Medium Orchid. HEX triplet: B0, 5E and E9. RGB value is (176,94,233). Sum of RGB (Red+Green+Blue) = 176+94+233=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #B05EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05EE9 is #4FA116. Grayscale: #858585. Windows color (decimal): -5218583 or 15294128. OLE color: 15294128.

HSL color Cylindrical-coordinate representation of color #B05EE9: hue angle of 275.4º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B05EE9 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 94 233 -
CMYK 0.24 0.60 0 0.09
HSL 275.4º 0.76% 0.64% -
HSV(B) 275.4º 0.6% 0.91% -
XYZ 36.62 23.12 79.62 -
YUV 134.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 176 94 233 0.24 0.60 0 0.09 275.4 0.76 0.64
Hex B0 5E E9 18 3C 0 9 113 4C 40
Octal 260 136 351 30 74 0 11 423 114 100
Binary 10110000 1011110 11101001 11000 111100 0 1001 100010011 1001100 1000000

Color Harmonies of #B05EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EE9

Black with #B05EE9

Text Example


Text Example

White with #B05EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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