Html Css Color HEX #B04EEC Medium Orchid

📋 copy color: '#B04EEC'

red 176 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #B04EEC

Tints of Medium Orchid #B04EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.92%

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

R = 35.92%
G = 15.92%
B = 48.16%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B04EEC (or 0xB04EEC) is known color: Medium Orchid. HEX triplet: B0, 4E and EC. RGB value is (176,78,236). Sum of RGB (Red+Green+Blue) = 176+78+236=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #B04EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EEC is #4FB113. Grayscale: #7C7C7C. Windows color (decimal): -5222676 or 15486640. OLE color: 15486640.

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

Color convert

RGB 176 78 236 -
CMYK 0.25 0.67 0 0.07
HSL 277.22º 0.81% 0.62% -
HSV(B) 277.22º 0.67% 0.93% -
XYZ 35.77 20.74 81.47 -
YUV 125.31 190.47 164.15 -
System Red Green Blue C M Y K H S L
Decimal 176 78 236 0.25 0.67 0 0.07 277.22 0.81 0.62
Hex B0 4E EC 19 43 0 7 115 51 3E
Octal 260 116 354 31 103 0 7 425 121 76
Binary 10110000 1001110 11101100 11001 1000011 0 111 100010101 1010001 111110

Color Harmonies of #B04EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EEC

Black with #B04EEC

Text Example


Text Example

White with #B04EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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