Html Css Color HEX #B831DD Dark Orchid

📋 copy color: '#B831DD'

red 184 ◦ green 49 ◦ blue 221

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

Shades of Dark Orchid #B831DD

Tints of Dark Orchid #B831DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 40.53%
G = 10.79%
B = 48.68%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B831DD (or 0xB831DD) is known color: Dark Orchid. HEX triplet: B8, 31 and DD. RGB value is (184,49,221). Sum of RGB (Red+Green+Blue) = 184+49+221=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #B831DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831DD is #47CE22. Grayscale: #6C6C6C. Windows color (decimal): -4705827 or 14496184. OLE color: 14496184.

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

Color convert

RGB 184 49 221 -
CMYK 0.17 0.78 0 0.13
HSL 287.09º 0.72% 0.53% -
HSV(B) 287.09º 0.78% 0.87% -
XYZ 33.92 17.61 70.02 -
YUV 108.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 184 49 221 0.17 0.78 0 0.13 287.09 0.72 0.53
Hex B8 31 DD 11 4E 0 D 11F 48 35
Octal 270 61 335 21 116 0 15 437 110 65
Binary 10111000 110001 11011101 10001 1001110 0 1101 100011111 1001000 110101

Color Harmonies of #B831DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831DD

Black with #B831DD

Text Example


Text Example

White with #B831DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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