Html Css Color HEX #B22BDF Dark Orchid

📋 copy color: '#B22BDF'

red 178 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #B22BDF

Tints of Dark Orchid #B22BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.68%

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

R = 40.09%
G = 9.68%
B = 50.23%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B22BDF (or 0xB22BDF) is known color: Dark Orchid. HEX triplet: B2, 2B and DF. RGB value is (178,43,223). Sum of RGB (Red+Green+Blue) = 178+43+223=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #B22BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BDF is #4DD420. Grayscale: #676767. Windows color (decimal): -5100577 or 14625714. OLE color: 14625714.

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

Color convert

RGB 178 43 223 -
CMYK 0.20 0.81 0 0.13
HSL 285º 0.74% 0.52% -
HSV(B) 285º 0.81% 0.87% -
XYZ 32.54 16.52 71.29 -
YUV 103.89 195.23 180.86 -
System Red Green Blue C M Y K H S L
Decimal 178 43 223 0.20 0.81 0 0.13 285 0.74 0.52
Hex B2 2B DF 14 51 0 D 11D 4A 34
Octal 262 53 337 24 121 0 15 435 112 64
Binary 10110010 101011 11011111 10100 1010001 0 1101 100011101 1001010 110100

Color Harmonies of #B22BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22BDF

Black with #B22BDF

Text Example


Text Example

White with #B22BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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