Html Css Color HEX #B04ADE Medium Orchid

📋 copy color: '#B04ADE'

red 176 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #B04ADE

Tints of Medium Orchid #B04ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.68%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 37.29%
G = 15.68%
B = 47.03%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B04ADE (or 0xB04ADE) is known color: Medium Orchid. HEX triplet: B0, 4A and DE. RGB value is (176,74,222). Sum of RGB (Red+Green+Blue) = 176+74+222=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #B04ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ADE is #4FB521. Grayscale: #787878. Windows color (decimal): -5223714 or 14568112. OLE color: 14568112.

HSL color Cylindrical-coordinate representation of color #B04ADE: hue angle of 281.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04ADE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 74 222 -
CMYK 0.21 0.67 0 0.13
HSL 281.35º 0.69% 0.58% -
HSV(B) 281.35º 0.67% 0.87% -
XYZ 33.54 19.4 71.08 -
YUV 121.37 184.79 166.97 -
System Red Green Blue C M Y K H S L
Decimal 176 74 222 0.21 0.67 0 0.13 281.35 0.69 0.58
Hex B0 4A DE 15 43 0 D 119 45 3A
Octal 260 112 336 25 103 0 15 431 105 72
Binary 10110000 1001010 11011110 10101 1000011 0 1101 100011001 1000101 111010

Color Harmonies of #B04ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04ADE

Black with #B04ADE

Text Example


Text Example

White with #B04ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04ADE; }

 p { color: rgb(176,74,222); }

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

background-color css

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

 a { background-color: rgb(176,74,222); }

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

border-color css

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

 span { border-color: rgb(176,74,222); }

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