Html Css Color HEX #B222DF Dark Orchid

📋 copy color: '#B222DF'

red 178 ◦ green 34 ◦ blue 223

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

Shades of Dark Orchid #B222DF

Tints of Dark Orchid #B222DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 40.92%
G = 7.82%
B = 51.26%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B222DF (or 0xB222DF) is known color: Dark Orchid. HEX triplet: B2, 22 and DF. RGB value is (178,34,223). Sum of RGB (Red+Green+Blue) = 178+34+223=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #B222DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222DF is #4DDD20. Grayscale: #616161. Windows color (decimal): -5102881 or 14623410. OLE color: 14623410.

HSL color Cylindrical-coordinate representation of color #B222DF: hue angle of 285.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B222DF is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 34 223 -
CMYK 0.20 0.85 0 0.13
HSL 285.71º 0.75% 0.5% -
HSV(B) 285.71º 0.85% 0.87% -
XYZ 32.25 15.94 71.19 -
YUV 98.6 198.21 184.63 -
System Red Green Blue C M Y K H S L
Decimal 178 34 223 0.20 0.85 0 0.13 285.71 0.75 0.5
Hex B2 22 DF 14 55 0 D 11E 4B 32
Octal 262 42 337 24 125 0 15 436 113 62
Binary 10110010 100010 11011111 10100 1010101 0 1101 100011110 1001011 110010

Color Harmonies of #B222DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222DF

Black with #B222DF

Text Example


Text Example

White with #B222DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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