Html Css Color HEX #B04EC4 Medium Orchid

📋 copy color: '#B04EC4'

red 176 ◦ green 78 ◦ blue 196

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

Shades of Medium Orchid #B04EC4

Tints of Medium Orchid #B04EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.56%

R = 39.11%
G = 17.33%
B = 43.56%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B04EC4 (or 0xB04EC4) is known color: Medium Orchid. HEX triplet: B0, 4E and C4. RGB value is (176,78,196). Sum of RGB (Red+Green+Blue) = 176+78+196=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #B04EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EC4 is #4FB13B. Grayscale: #787878. Windows color (decimal): -5222716 or 12865200. OLE color: 12865200.

HSL color Cylindrical-coordinate representation of color #B04EC4: hue angle of 289.83º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04EC4 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 78 196 -
CMYK 0.10 0.60 0 0.23
HSL 289.83º 0.5% 0.54% -
HSV(B) 289.83º 0.6% 0.77% -
XYZ 30.59 18.66 54.21 -
YUV 120.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 176 78 196 0.10 0.60 0 0.23 289.83 0.5 0.54
Hex B0 4E C4 A 3C 0 17 122 32 36
Octal 260 116 304 12 74 0 27 442 62 66
Binary 10110000 1001110 11000100 1010 111100 0 10111 100100010 110010 110110

Color Harmonies of #B04EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EC4

Black with #B04EC4

Text Example


Text Example

White with #B04EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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