Html Css Color HEX #B223DD Dark Orchid

📋 copy color: '#B223DD'

red 178 ◦ green 35 ◦ blue 221

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

Shades of Dark Orchid #B223DD

Tints of Dark Orchid #B223DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 41.01%
G = 8.06%
B = 50.92%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B223DD (or 0xB223DD) is known color: Dark Orchid. HEX triplet: B2, 23 and DD. RGB value is (178,35,221). Sum of RGB (Red+Green+Blue) = 178+35+221=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #B223DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223DD is #4DDC22. Grayscale: #626262. Windows color (decimal): -5102627 or 14492594. OLE color: 14492594.

HSL color Cylindrical-coordinate representation of color #B223DD: hue angle of 286.13º degrees, saturation: 0.73, 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 #B223DD is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 35 221 -
CMYK 0.19 0.84 0 0.13
HSL 286.13º 0.73% 0.5% -
HSV(B) 286.13º 0.84% 0.87% -
XYZ 32.01 15.89 69.79 -
YUV 98.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 178 35 221 0.19 0.84 0 0.13 286.13 0.73 0.5
Hex B2 23 DD 13 54 0 D 11E 49 32
Octal 262 43 335 23 124 0 15 436 111 62
Binary 10110010 100011 11011101 10011 1010100 0 1101 100011110 1001001 110010

Color Harmonies of #B223DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223DD

Black with #B223DD

Text Example


Text Example

White with #B223DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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