Html Css Color HEX #B824DF Dark Orchid

📋 copy color: '#B824DF'

red 184 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #B824DF

Tints of Dark Orchid #B824DF

RGB

 RED value IS 184 (72.27% from 255) = 41.53%

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

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

R = 41.53%
G = 8.13%
B = 50.34%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B824DF (or 0xB824DF) is known color: Dark Orchid. HEX triplet: B8, 24 and DF. RGB value is (184,36,223). Sum of RGB (Red+Green+Blue) = 184+36+223=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #B824DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824DF is #47DB20. Grayscale: #646464. Windows color (decimal): -4709153 or 14623928. OLE color: 14623928.

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

Color convert

RGB 184 36 223 -
CMYK 0.17 0.84 0 0.13
HSL 287.49º 0.75% 0.51% -
HSV(B) 287.49º 0.84% 0.87% -
XYZ 33.72 16.78 71.27 -
YUV 101.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 184 36 223 0.17 0.84 0 0.13 287.49 0.75 0.51
Hex B8 24 DF 11 54 0 D 11F 4B 33
Octal 270 44 337 21 124 0 15 437 113 63
Binary 10111000 100100 11011111 10001 1010100 0 1101 100011111 1001011 110011

Color Harmonies of #B824DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824DF

Black with #B824DF

Text Example


Text Example

White with #B824DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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