Html Css Color HEX #B222B0 Dark Orchid

📋 copy color: '#B222B0'

red 178 ◦ green 34 ◦ blue 176

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

Shades of Dark Orchid #B222B0

Tints of Dark Orchid #B222B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.36%

R = 45.88%
G = 8.76%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B222B0 (or 0xB222B0) is known color: Dark Orchid. HEX triplet: B2, 22 and B0. RGB value is (178,34,176). Sum of RGB (Red+Green+Blue) = 178+34+176=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B222B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B222B0 is #4DDD4F. Grayscale: #5C5C5C. Windows color (decimal): -5102928 or 11543218. OLE color: 11543218.

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

Color convert

RGB 178 34 176 -
CMYK 0 0.81 0.01 0.30
HSL 300.83º 0.68% 0.42% -
HSV(B) 300.83º 0.81% 0.7% -
XYZ 26.77 13.74 42.32 -
YUV 93.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 178 34 176 0 0.81 0.01 0.30 300.83 0.68 0.42
Hex B2 22 B0 0 51 1 1E 12D 44 2A
Octal 262 42 260 0 121 1 36 455 104 52
Binary 10110010 100010 10110000 0 1010001 1 11110 100101101 1000100 101010

Color Harmonies of #B222B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222B0

Black with #B222B0

Text Example


Text Example

White with #B222B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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