Html Css Color HEX #B223BA Dark Orchid

📋 copy color: '#B223BA'

red 178 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #B223BA

Tints of Dark Orchid #B223BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 44.61%
G = 8.77%
B = 46.62%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B223BA (or 0xB223BA) is known color: Dark Orchid. HEX triplet: B2, 23 and BA. RGB value is (178,35,186). Sum of RGB (Red+Green+Blue) = 178+35+186=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #B223BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223BA is #4DDC45. Grayscale: #5E5E5E. Windows color (decimal): -5102662 or 12198834. OLE color: 12198834.

HSL color Cylindrical-coordinate representation of color #B223BA: hue angle of 296.82º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B223BA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 35 186 -
CMYK 0.04 0.81 0 0.27
HSL 296.82º 0.68% 0.43% -
HSV(B) 296.82º 0.81% 0.73% -
XYZ 27.82 14.21 47.73 -
YUV 94.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 178 35 186 0.04 0.81 0 0.27 296.82 0.68 0.43
Hex B2 23 BA 4 51 0 1B 129 44 2B
Octal 262 43 272 4 121 0 33 451 104 53
Binary 10110010 100011 10111010 100 1010001 0 11011 100101001 1000100 101011

Color Harmonies of #B223BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223BA

Black with #B223BA

Text Example


Text Example

White with #B223BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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