Html Css Color HEX #B831CC Dark Orchid

📋 copy color: '#B831CC'

red 184 ◦ green 49 ◦ blue 204

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

Shades of Dark Orchid #B831CC

Tints of Dark Orchid #B831CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 42.11%
G = 11.21%
B = 46.68%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B831CC (or 0xB831CC) is known color: Dark Orchid. HEX triplet: B8, 31 and CC. RGB value is (184,49,204). Sum of RGB (Red+Green+Blue) = 184+49+204=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #B831CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831CC is #47CE33. Grayscale: #6A6A6A. Windows color (decimal): -4705844 or 13382072. OLE color: 13382072.

HSL color Cylindrical-coordinate representation of color #B831CC: hue angle of 292.26º 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 #B831CC is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 49 204 -
CMYK 0.10 0.76 0 0.2
HSL 292.26º 0.61% 0.5% -
HSV(B) 292.26º 0.76% 0.8% -
XYZ 31.76 16.75 58.68 -
YUV 107.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 184 49 204 0.10 0.76 0 0.2 292.26 0.61 0.5
Hex B8 31 CC A 4C 0 14 124 3D 32
Octal 270 61 314 12 114 0 24 444 75 62
Binary 10111000 110001 11001100 1010 1001100 0 10100 100100100 111101 110010

Color Harmonies of #B831CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831CC

Black with #B831CC

Text Example


Text Example

White with #B831CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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