Html Css Color HEX #B05EEE Medium Orchid

📋 copy color: '#B05EEE'

red 176 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #B05EEE

Tints of Medium Orchid #B05EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 34.65%
G = 18.5%
B = 46.85%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B05EEE (or 0xB05EEE) is known color: Medium Orchid. HEX triplet: B0, 5E and EE. RGB value is (176,94,238). Sum of RGB (Red+Green+Blue) = 176+94+238=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #B05EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05EEE is #4FA111. Grayscale: #868686. Windows color (decimal): -5218578 or 15621808. OLE color: 15621808.

HSL color Cylindrical-coordinate representation of color #B05EEE: hue angle of 274.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05EEE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 94 238 -
CMYK 0.26 0.61 0 0.07
HSL 274.17º 0.81% 0.65% -
HSV(B) 274.17º 0.61% 0.93% -
XYZ 37.34 23.41 83.44 -
YUV 134.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 176 94 238 0.26 0.61 0 0.07 274.17 0.81 0.65
Hex B0 5E EE 1A 3D 0 7 112 51 41
Octal 260 136 356 32 75 0 7 422 121 101
Binary 10110000 1011110 11101110 11010 111101 0 111 100010010 1010001 1000001

Color Harmonies of #B05EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EEE

Black with #B05EEE

Text Example


Text Example

White with #B05EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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