Html Css Color HEX #B222AE Dark Orchid

📋 copy color: '#B222AE'

red 178 ◦ green 34 ◦ blue 174

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

Shades of Dark Orchid #B222AE

Tints of Dark Orchid #B222AE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.81%

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 46.11%
G = 8.81%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B222AE (or 0xB222AE) is known color: Dark Orchid. HEX triplet: B2, 22 and AE. RGB value is (178,34,174). Sum of RGB (Red+Green+Blue) = 178+34+174=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B222AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B222AE is #4DDD51. Grayscale: #5C5C5C. Windows color (decimal): -5102930 or 11412146. OLE color: 11412146.

HSL color Cylindrical-coordinate representation of color #B222AE: hue angle of 301.67º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B222AE is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 34 174 -
CMYK 0 0.81 0.02 0.30
HSL 301.67º 0.68% 0.42% -
HSV(B) 301.67º 0.81% 0.7% -
XYZ 26.57 13.67 41.28 -
YUV 93.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 178 34 174 0 0.81 0.02 0.30 301.67 0.68 0.42
Hex B2 22 AE 0 51 2 1E 12E 44 2A
Octal 262 42 256 0 121 2 36 456 104 52
Binary 10110010 100010 10101110 0 1010001 10 11110 100101110 1000100 101010

Color Harmonies of #B222AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222AE

Black with #B222AE

Text Example


Text Example

White with #B222AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222AE; }

 p { color: rgb(178,34,174); }

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

background-color css

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

 a { background-color: rgb(178,34,174); }

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

border-color css

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

 span { border-color: rgb(178,34,174); }

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