Html Css Color HEX #B222B3 Dark Orchid

📋 copy color: '#B222B3'

red 178 ◦ green 34 ◦ blue 179

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

Shades of Dark Orchid #B222B3

Tints of Dark Orchid #B222B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.78%

R = 45.52%
G = 8.7%
B = 45.78%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B222B3 (or 0xB222B3) is known color: Dark Orchid. HEX triplet: B2, 22 and B3. RGB value is (178,34,179). Sum of RGB (Red+Green+Blue) = 178+34+179=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #B222B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222B3 is #4DDD4C. Grayscale: #5D5D5D. Windows color (decimal): -5102925 or 11739826. OLE color: 11739826.

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

Color convert

RGB 178 34 179 -
CMYK 0.01 0.81 0 0.30
HSL 299.59º 0.68% 0.42% -
HSV(B) 299.59º 0.81% 0.7% -
XYZ 27.07 13.86 43.9 -
YUV 93.59 176.21 188.21 -
System Red Green Blue C M Y K H S L
Decimal 178 34 179 0.01 0.81 0 0.30 299.59 0.68 0.42
Hex B2 22 B3 1 51 0 1E 12C 44 2A
Octal 262 42 263 1 121 0 36 454 104 52
Binary 10110010 100010 10110011 1 1010001 0 11110 100101100 1000100 101010

Color Harmonies of #B222B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222B3

Black with #B222B3

Text Example


Text Example

White with #B222B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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