Html Css Color HEX #B831DF Dark Orchid

📋 copy color: '#B831DF'

red 184 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #B831DF

Tints of Dark Orchid #B831DF

RGB

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

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

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

R = 40.35%
G = 10.75%
B = 48.9%

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

#B831DF (or 0xB831DF) is known color: Dark Orchid. HEX triplet: B8, 31 and DF. RGB value is (184,49,223). Sum of RGB (Red+Green+Blue) = 184+49+223=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #B831DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831DF is #47CE20. Grayscale: #6C6C6C. Windows color (decimal): -4705825 or 14627256. OLE color: 14627256.

HSL color Cylindrical-coordinate representation of color #B831DF: hue angle of 286.55º degrees, saturation: 0.73, 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 #B831DF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 49 223 -
CMYK 0.17 0.78 0 0.13
HSL 286.55º 0.73% 0.53% -
HSV(B) 286.55º 0.78% 0.87% -
XYZ 34.18 17.71 71.43 -
YUV 109.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 184 49 223 0.17 0.78 0 0.13 286.55 0.73 0.53
Hex B8 31 DF 11 4E 0 D 11F 49 35
Octal 270 61 337 21 116 0 15 437 111 65
Binary 10111000 110001 11011111 10001 1001110 0 1101 100011111 1001001 110101

Color Harmonies of #B831DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831DF

Black with #B831DF

Text Example


Text Example

White with #B831DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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