Html Css Color HEX #B827DF Dark Orchid

📋 copy color: '#B827DF'

red 184 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #B827DF

Tints of Dark Orchid #B827DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.74%

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

R = 41.26%
G = 8.74%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B827DF (or 0xB827DF) is known color: Dark Orchid. HEX triplet: B8, 27 and DF. RGB value is (184,39,223). Sum of RGB (Red+Green+Blue) = 184+39+223=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #B827DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827DF is #47D820. Grayscale: #666666. Windows color (decimal): -4708385 or 14624696. OLE color: 14624696.

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

Color convert

RGB 184 39 223 -
CMYK 0.17 0.83 0 0.13
HSL 287.28º 0.74% 0.51% -
HSV(B) 287.28º 0.83% 0.87% -
XYZ 33.81 16.97 71.31 -
YUV 103.33 195.54 185.54 -
System Red Green Blue C M Y K H S L
Decimal 184 39 223 0.17 0.83 0 0.13 287.28 0.74 0.51
Hex B8 27 DF 11 53 0 D 11F 4A 33
Octal 270 47 337 21 123 0 15 437 112 63
Binary 10111000 100111 11011111 10001 1010011 0 1101 100011111 1001010 110011

Color Harmonies of #B827DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827DF

Black with #B827DF

Text Example


Text Example

White with #B827DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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