Html Css Color HEX #B831DC Dark Orchid

📋 copy color: '#B831DC'

red 184 ◦ green 49 ◦ blue 220

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

Shades of Dark Orchid #B831DC

Tints of Dark Orchid #B831DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.82%

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

R = 40.62%
G = 10.82%
B = 48.57%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B831DC (or 0xB831DC) is known color: Dark Orchid. HEX triplet: B8, 31 and DC. RGB value is (184,49,220). Sum of RGB (Red+Green+Blue) = 184+49+220=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #B831DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831DC is #47CE23. Grayscale: #6C6C6C. Windows color (decimal): -4705828 or 14430648. OLE color: 14430648.

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

Color convert

RGB 184 49 220 -
CMYK 0.16 0.78 0 0.14
HSL 287.37º 0.71% 0.53% -
HSV(B) 287.37º 0.78% 0.86% -
XYZ 33.78 17.55 69.32 -
YUV 108.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 184 49 220 0.16 0.78 0 0.14 287.37 0.71 0.53
Hex B8 31 DC 10 4E 0 E 11F 47 35
Octal 270 61 334 20 116 0 16 437 107 65
Binary 10111000 110001 11011100 10000 1001110 0 1110 100011111 1000111 110101

Color Harmonies of #B831DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831DC

Black with #B831DC

Text Example


Text Example

White with #B831DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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