Html Css Color HEX #B05EEC Medium Orchid

📋 copy color: '#B05EEC'

red 176 ◦ green 94 ◦ blue 236

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

Shades of Medium Orchid #B05EEC

Tints of Medium Orchid #B05EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 34.78%
G = 18.58%
B = 46.64%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B05EEC (or 0xB05EEC) is known color: Medium Orchid. HEX triplet: B0, 5E and EC. RGB value is (176,94,236). Sum of RGB (Red+Green+Blue) = 176+94+236=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #B05EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05EEC is #4FA113. Grayscale: #868686. Windows color (decimal): -5218580 or 15490736. OLE color: 15490736.

HSL color Cylindrical-coordinate representation of color #B05EEC: hue angle of 274.65º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B05EEC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 94 236 -
CMYK 0.25 0.60 0 0.07
HSL 274.65º 0.79% 0.65% -
HSV(B) 274.65º 0.6% 0.93% -
XYZ 37.05 23.29 81.9 -
YUV 134.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 176 94 236 0.25 0.60 0 0.07 274.65 0.79 0.65
Hex B0 5E EC 19 3C 0 7 113 4F 41
Octal 260 136 354 31 74 0 7 423 117 101
Binary 10110000 1011110 11101100 11001 111100 0 111 100010011 1001111 1000001

Color Harmonies of #B05EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EEC

Black with #B05EEC

Text Example


Text Example

White with #B05EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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