Html Css Color HEX #B827DC Dark Orchid

📋 copy color: '#B827DC'

red 184 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #B827DC

Tints of Dark Orchid #B827DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 41.53%
G = 8.8%
B = 49.66%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B827DC (or 0xB827DC) is known color: Dark Orchid. HEX triplet: B8, 27 and DC. RGB value is (184,39,220). Sum of RGB (Red+Green+Blue) = 184+39+220=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #B827DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827DC is #47D823. Grayscale: #666666. Windows color (decimal): -4708388 or 14428088. OLE color: 14428088.

HSL color Cylindrical-coordinate representation of color #B827DC: hue angle of 288.07º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B827DC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 39 220 -
CMYK 0.16 0.82 0 0.14
HSL 288.07º 0.72% 0.51% -
HSV(B) 288.07º 0.82% 0.86% -
XYZ 33.41 16.81 69.19 -
YUV 102.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 184 39 220 0.16 0.82 0 0.14 288.07 0.72 0.51
Hex B8 27 DC 10 52 0 E 120 48 33
Octal 270 47 334 20 122 0 16 440 110 63
Binary 10111000 100111 11011100 10000 1010010 0 1110 100100000 1001000 110011

Color Harmonies of #B827DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827DC

Black with #B827DC

Text Example


Text Example

White with #B827DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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