Html Css Color HEX #B04EDB Medium Orchid

📋 copy color: '#B04EDB'

red 176 ◦ green 78 ◦ blue 219

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

Shades of Medium Orchid #B04EDB

Tints of Medium Orchid #B04EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 37.21%
G = 16.49%
B = 46.3%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B04EDB (or 0xB04EDB) is known color: Medium Orchid. HEX triplet: B0, 4E and DB. RGB value is (176,78,219). Sum of RGB (Red+Green+Blue) = 176+78+219=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B04EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EDB is #4FB124. Grayscale: #7A7A7A. Windows color (decimal): -5222693 or 14372528. OLE color: 14372528.

HSL color Cylindrical-coordinate representation of color #B04EDB: hue angle of 281.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04EDB is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 78 219 -
CMYK 0.20 0.64 0 0.14
HSL 281.7º 0.66% 0.58% -
HSV(B) 281.7º 0.64% 0.86% -
XYZ 33.42 19.79 69.08 -
YUV 123.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 176 78 219 0.20 0.64 0 0.14 281.7 0.66 0.58
Hex B0 4E DB 14 40 0 E 11A 42 3A
Octal 260 116 333 24 100 0 16 432 102 72
Binary 10110000 1001110 11011011 10100 1000000 0 1110 100011010 1000010 111010

Color Harmonies of #B04EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EDB

Black with #B04EDB

Text Example


Text Example

White with #B04EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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