Html Css Color HEX #B04ADD Medium Orchid

📋 copy color: '#B04ADD'

red 176 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #B04ADD

Tints of Medium Orchid #B04ADD

RGB

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

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

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

R = 37.37%
G = 15.71%
B = 46.92%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B04ADD (or 0xB04ADD) is known color: Medium Orchid. HEX triplet: B0, 4A and DD. RGB value is (176,74,221). Sum of RGB (Red+Green+Blue) = 176+74+221=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #B04ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ADD is #4FB522. Grayscale: #787878. Windows color (decimal): -5223715 or 14502576. OLE color: 14502576.

HSL color Cylindrical-coordinate representation of color #B04ADD: hue angle of 281.63º degrees, saturation: 0.68, 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 #B04ADD is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 74 221 -
CMYK 0.20 0.67 0 0.13
HSL 281.63º 0.68% 0.58% -
HSV(B) 281.63º 0.67% 0.87% -
XYZ 33.4 19.35 70.38 -
YUV 121.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 176 74 221 0.20 0.67 0 0.13 281.63 0.68 0.58
Hex B0 4A DD 14 43 0 D 11A 44 3A
Octal 260 112 335 24 103 0 15 432 104 72
Binary 10110000 1001010 11011101 10100 1000011 0 1101 100011010 1000100 111010

Color Harmonies of #B04ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04ADD

Black with #B04ADD

Text Example


Text Example

White with #B04ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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