Html Css Color HEX #B224AD Dark Orchid

📋 copy color: '#B224AD'

red 178 ◦ green 36 ◦ blue 173

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

Shades of Dark Orchid #B224AD

Tints of Dark Orchid #B224AD

RGB

 RED value IS 178 (69.92% from 255) = 45.99%

 GREEN value IS 36 (14.45% from 255) = 9.3%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 45.99%
G = 9.3%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B224AD (or 0xB224AD) is known color: Dark Orchid. HEX triplet: B2, 24 and AD. RGB value is (178,36,173). Sum of RGB (Red+Green+Blue) = 178+36+173=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B224AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B224AD is #4DDB52. Grayscale: #5D5D5D. Windows color (decimal): -5102419 or 11347122. OLE color: 11347122.

HSL color Cylindrical-coordinate representation of color #B224AD: hue angle of 302.11º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B224AD is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 173 -
CMYK 0 0.80 0.03 0.30
HSL 302.11º 0.66% 0.42% -
HSV(B) 302.11º 0.8% 0.7% -
XYZ 26.53 13.74 40.79 -
YUV 94.08 172.54 187.86 -
System Red Green Blue C M Y K H S L
Decimal 178 36 173 0 0.80 0.03 0.30 302.11 0.66 0.42
Hex B2 24 AD 0 50 3 1E 12E 42 2A
Octal 262 44 255 0 120 3 36 456 102 52
Binary 10110010 100100 10101101 0 1010000 11 11110 100101110 1000010 101010

Color Harmonies of #B224AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224AD

Black with #B224AD

Text Example


Text Example

White with #B224AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224AD; }

 p { color: rgb(178,36,173); }

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

background-color css

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

 a { background-color: rgb(178,36,173); }

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

border-color css

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

 span { border-color: rgb(178,36,173); }

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