Html Css Color HEX #B222B1 Dark Orchid

📋 copy color: '#B222B1'

red 178 ◦ green 34 ◦ blue 177

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

Shades of Dark Orchid #B222B1

Tints of Dark Orchid #B222B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.5%

R = 45.76%
G = 8.74%
B = 45.5%

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

#B222B1 (or 0xB222B1) is known color: Dark Orchid. HEX triplet: B2, 22 and B1. RGB value is (178,34,177). Sum of RGB (Red+Green+Blue) = 178+34+177=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B222B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B222B1 is #4DDD4E. Grayscale: #5C5C5C. Windows color (decimal): -5102927 or 11608754. OLE color: 11608754.

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

Color convert

RGB 178 34 177 -
CMYK 0 0.81 0.01 0.30
HSL 300.42º 0.68% 0.42% -
HSV(B) 300.42º 0.81% 0.7% -
XYZ 26.87 13.78 42.84 -
YUV 93.36 175.21 188.37 -
System Red Green Blue C M Y K H S L
Decimal 178 34 177 0 0.81 0.01 0.30 300.42 0.68 0.42
Hex B2 22 B1 0 51 1 1E 12C 44 2A
Octal 262 42 261 0 121 1 36 454 104 52
Binary 10110010 100010 10110001 0 1010001 1 11110 100101100 1000100 101010

Color Harmonies of #B222B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222B1

Black with #B222B1

Text Example


Text Example

White with #B222B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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