Html Css Color HEX #B04EDD Medium Orchid

📋 copy color: '#B04EDD'

red 176 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #B04EDD

Tints of Medium Orchid #B04EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 37.05%
G = 16.42%
B = 46.53%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B04EDD (or 0xB04EDD) is known color: Medium Orchid. HEX triplet: B0, 4E and DD. RGB value is (176,78,221). Sum of RGB (Red+Green+Blue) = 176+78+221=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #B04EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EDD is #4FB122. Grayscale: #7B7B7B. Windows color (decimal): -5222691 or 14503600. OLE color: 14503600.

HSL color Cylindrical-coordinate representation of color #B04EDD: hue angle of 281.12º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B04EDD is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 78 221 -
CMYK 0.20 0.65 0 0.13
HSL 281.12º 0.68% 0.59% -
HSV(B) 281.12º 0.65% 0.87% -
XYZ 33.68 19.9 70.47 -
YUV 123.6 182.97 165.37 -
System Red Green Blue C M Y K H S L
Decimal 176 78 221 0.20 0.65 0 0.13 281.12 0.68 0.59
Hex B0 4E DD 14 41 0 D 119 44 3B
Octal 260 116 335 24 101 0 15 431 104 73
Binary 10110000 1001110 11011101 10100 1000001 0 1101 100011001 1000100 111011

Color Harmonies of #B04EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EDD

Black with #B04EDD

Text Example


Text Example

White with #B04EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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