Html Css Color HEX #B223AD Dark Orchid

📋 copy color: '#B223AD'

red 178 ◦ green 35 ◦ blue 173

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

Shades of Dark Orchid #B223AD

Tints of Dark Orchid #B223AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 46.11%
G = 9.07%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B223AD (or 0xB223AD) is known color: Dark Orchid. HEX triplet: B2, 23 and AD. RGB value is (178,35,173). Sum of RGB (Red+Green+Blue) = 178+35+173=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B223AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223AD is #4DDC52. Grayscale: #5D5D5D. Windows color (decimal): -5102675 or 11346866. OLE color: 11346866.

HSL color Cylindrical-coordinate representation of color #B223AD: hue angle of 302.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B223AD is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 173 -
CMYK 0 0.80 0.03 0.30
HSL 302.1º 0.67% 0.42% -
HSV(B) 302.1º 0.8% 0.7% -
XYZ 26.5 13.68 40.78 -
YUV 93.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 178 35 173 0 0.80 0.03 0.30 302.1 0.67 0.42
Hex B2 23 AD 0 50 3 1E 12E 43 2A
Octal 262 43 255 0 120 3 36 456 103 52
Binary 10110010 100011 10101101 0 1010000 11 11110 100101110 1000011 101010

Color Harmonies of #B223AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223AD

Black with #B223AD

Text Example


Text Example

White with #B223AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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