Html Css Color HEX #B222AF Dark Orchid

📋 copy color: '#B222AF'

red 178 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #B222AF

Tints of Dark Orchid #B222AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 45.99%
G = 8.79%
B = 45.22%

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

#B222AF (or 0xB222AF) is known color: Dark Orchid. HEX triplet: B2, 22 and AF. RGB value is (178,34,175). Sum of RGB (Red+Green+Blue) = 178+34+175=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B222AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B222AF is #4DDD50. Grayscale: #5C5C5C. Windows color (decimal): -5102929 or 11477682. OLE color: 11477682.

HSL color Cylindrical-coordinate representation of color #B222AF: hue angle of 301.25º 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 #B222AF is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 34 175 -
CMYK 0 0.81 0.02 0.30
HSL 301.25º 0.68% 0.42% -
HSV(B) 301.25º 0.81% 0.7% -
XYZ 26.67 13.7 41.8 -
YUV 93.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 178 34 175 0 0.81 0.02 0.30 301.25 0.68 0.42
Hex B2 22 AF 0 51 2 1E 12D 44 2A
Octal 262 42 257 0 121 2 36 455 104 52
Binary 10110010 100010 10101111 0 1010001 10 11110 100101101 1000100 101010

Color Harmonies of #B222AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222AF

Black with #B222AF

Text Example


Text Example

White with #B222AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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