Html Css Color HEX #B831CD Dark Orchid

📋 copy color: '#B831CD'

red 184 ◦ green 49 ◦ blue 205

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

Shades of Dark Orchid #B831CD

Tints of Dark Orchid #B831CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 42.01%
G = 11.19%
B = 46.8%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B831CD (or 0xB831CD) is known color: Dark Orchid. HEX triplet: B8, 31 and CD. RGB value is (184,49,205). Sum of RGB (Red+Green+Blue) = 184+49+205=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #B831CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831CD is #47CE32. Grayscale: #6A6A6A. Windows color (decimal): -4705843 or 13447608. OLE color: 13447608.

HSL color Cylindrical-coordinate representation of color #B831CD: hue angle of 291.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B831CD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 49 205 -
CMYK 0.10 0.76 0 0.20
HSL 291.92º 0.61% 0.5% -
HSV(B) 291.92º 0.76% 0.8% -
XYZ 31.88 16.79 59.32 -
YUV 107.15 183.23 182.82 -
System Red Green Blue C M Y K H S L
Decimal 184 49 205 0.10 0.76 0 0.20 291.92 0.61 0.5
Hex B8 31 CD A 4C 0 14 124 3D 32
Octal 270 61 315 12 114 0 24 444 75 62
Binary 10111000 110001 11001101 1010 1001100 0 10100 100100100 111101 110010

Color Harmonies of #B831CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831CD

Black with #B831CD

Text Example


Text Example

White with #B831CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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