Html Css Color HEX #B828DF Dark Orchid

📋 copy color: '#B828DF'

red 184 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #B828DF

Tints of Dark Orchid #B828DF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.95%

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

R = 41.16%
G = 8.95%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B828DF (or 0xB828DF) is known color: Dark Orchid. HEX triplet: B8, 28 and DF. RGB value is (184,40,223). Sum of RGB (Red+Green+Blue) = 184+40+223=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #B828DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828DF is #47D720. Grayscale: #676767. Windows color (decimal): -4708129 or 14624952. OLE color: 14624952.

HSL color Cylindrical-coordinate representation of color #B828DF: hue angle of 287.21º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B828DF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 40 223 -
CMYK 0.17 0.82 0 0.13
HSL 287.21º 0.74% 0.52% -
HSV(B) 287.21º 0.82% 0.87% -
XYZ 33.85 17.04 71.32 -
YUV 103.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 184 40 223 0.17 0.82 0 0.13 287.21 0.74 0.52
Hex B8 28 DF 11 52 0 D 11F 4A 34
Octal 270 50 337 21 122 0 15 437 112 64
Binary 10111000 101000 11011111 10001 1010010 0 1101 100011111 1001010 110100

Color Harmonies of #B828DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828DF

Black with #B828DF

Text Example


Text Example

White with #B828DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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