Html Css Color HEX #B223DF Dark Orchid

📋 copy color: '#B223DF'

red 178 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #B223DF

Tints of Dark Orchid #B223DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.03%

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

R = 40.83%
G = 8.03%
B = 51.15%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B223DF (or 0xB223DF) is known color: Dark Orchid. HEX triplet: B2, 23 and DF. RGB value is (178,35,223). Sum of RGB (Red+Green+Blue) = 178+35+223=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #B223DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223DF is #4DDC20. Grayscale: #626262. Windows color (decimal): -5102625 or 14623666. OLE color: 14623666.

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

Color convert

RGB 178 35 223 -
CMYK 0.20 0.84 0 0.13
HSL 285.64º 0.75% 0.51% -
HSV(B) 285.64º 0.84% 0.87% -
XYZ 32.28 15.99 71.2 -
YUV 99.19 197.88 184.21 -
System Red Green Blue C M Y K H S L
Decimal 178 35 223 0.20 0.84 0 0.13 285.64 0.75 0.51
Hex B2 23 DF 14 54 0 D 11E 4B 33
Octal 262 43 337 24 124 0 15 436 113 63
Binary 10110010 100011 11011111 10100 1010100 0 1101 100011110 1001011 110011

Color Harmonies of #B223DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223DF

Black with #B223DF

Text Example


Text Example

White with #B223DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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