Html Css Color HEX #B223AF Dark Orchid

📋 copy color: '#B223AF'

red 178 ◦ green 35 ◦ blue 175

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

Shades of Dark Orchid #B223AF

Tints of Dark Orchid #B223AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 45.88%
G = 9.02%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B223AF (or 0xB223AF) is known color: Dark Orchid. HEX triplet: B2, 23 and AF. RGB value is (178,35,175). Sum of RGB (Red+Green+Blue) = 178+35+175=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B223AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223AF is #4DDC50. Grayscale: #5D5D5D. Windows color (decimal): -5102673 or 11477938. OLE color: 11477938.

HSL color Cylindrical-coordinate representation of color #B223AF: hue angle of 301.26º 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 #B223AF is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 175 -
CMYK 0 0.80 0.02 0.30
HSL 301.26º 0.67% 0.42% -
HSV(B) 301.26º 0.8% 0.7% -
XYZ 26.7 13.76 41.81 -
YUV 93.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 178 35 175 0 0.80 0.02 0.30 301.26 0.67 0.42
Hex B2 23 AF 0 50 2 1E 12D 43 2A
Octal 262 43 257 0 120 2 36 455 103 52
Binary 10110010 100011 10101111 0 1010000 10 11110 100101101 1000011 101010

Color Harmonies of #B223AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223AF

Black with #B223AF

Text Example


Text Example

White with #B223AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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