Html Css Color HEX #B224DF Dark Orchid

📋 copy color: '#B224DF'

red 178 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #B224DF

Tints of Dark Orchid #B224DF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.24%

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 40.73%
G = 8.24%
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

#B224DF (or 0xB224DF) is known color: Dark Orchid. HEX triplet: B2, 24 and DF. RGB value is (178,36,223). Sum of RGB (Red+Green+Blue) = 178+36+223=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #B224DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224DF is #4DDB20. Grayscale: #636363. Windows color (decimal): -5102369 or 14623922. OLE color: 14623922.

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

Color convert

RGB 178 36 223 -
CMYK 0.20 0.84 0 0.13
HSL 285.56º 0.75% 0.51% -
HSV(B) 285.56º 0.84% 0.87% -
XYZ 32.31 16.05 71.21 -
YUV 99.78 197.54 183.79 -
System Red Green Blue C M Y K H S L
Decimal 178 36 223 0.20 0.84 0 0.13 285.56 0.75 0.51
Hex B2 24 DF 14 54 0 D 11E 4B 33
Octal 262 44 337 24 124 0 15 436 113 63
Binary 10110010 100100 11011111 10100 1010100 0 1101 100011110 1001011 110011

Color Harmonies of #B224DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224DF

Black with #B224DF

Text Example


Text Example

White with #B224DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224DF; }

 p { color: rgb(178,36,223); }

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

background-color css

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

 a { background-color: rgb(178,36,223); }

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

border-color css

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

 span { border-color: rgb(178,36,223); }

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