Html Css Color HEX #B223DE Dark Orchid

📋 copy color: '#B223DE'

red 178 ◦ green 35 ◦ blue 222

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

Shades of Dark Orchid #B223DE

Tints of Dark Orchid #B223DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 40.92%
G = 8.05%
B = 51.03%

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

#B223DE (or 0xB223DE) is known color: Dark Orchid. HEX triplet: B2, 23 and DE. RGB value is (178,35,222). Sum of RGB (Red+Green+Blue) = 178+35+222=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #B223DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223DE is #4DDC21. Grayscale: #626262. Windows color (decimal): -5102626 or 14558130. OLE color: 14558130.

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

Color convert

RGB 178 35 222 -
CMYK 0.20 0.84 0 0.13
HSL 285.88º 0.74% 0.5% -
HSV(B) 285.88º 0.84% 0.87% -
XYZ 32.15 15.94 70.49 -
YUV 99.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 178 35 222 0.20 0.84 0 0.13 285.88 0.74 0.5
Hex B2 23 DE 14 54 0 D 11E 4A 32
Octal 262 43 336 24 124 0 15 436 112 62
Binary 10110010 100011 11011110 10100 1010100 0 1101 100011110 1001010 110010

Color Harmonies of #B223DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223DE

Black with #B223DE

Text Example


Text Example

White with #B223DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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