Html Css Color HEX #B931D3 Dark Orchid

📋 copy color: '#B931D3'

red 185 ◦ green 49 ◦ blue 211

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

Shades of Dark Orchid #B931D3

Tints of Dark Orchid #B931D3

RGB

 RED value IS 185 (72.66% from 255) = 41.57%

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

 BLUE value IS 211 (82.81% from 255) = 47.42%

R = 41.57%
G = 11.01%
B = 47.42%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B931D3 (or 0xB931D3) is known color: Dark Orchid. HEX triplet: B9, 31 and D3. RGB value is (185,49,211). Sum of RGB (Red+Green+Blue) = 185+49+211=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #B931D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931D3 is #46CE2C. Grayscale: #6B6B6B. Windows color (decimal): -4640301 or 13840825. OLE color: 13840825.

HSL color Cylindrical-coordinate representation of color #B931D3: hue angle of 290.37º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B931D3 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 49 211 -
CMYK 0.12 0.77 0 0.17
HSL 290.37º 0.65% 0.51% -
HSV(B) 290.37º 0.77% 0.83% -
XYZ 32.86 17.21 63.22 -
YUV 108.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 185 49 211 0.12 0.77 0 0.17 290.37 0.65 0.51
Hex B9 31 D3 C 4D 0 11 122 41 33
Octal 271 61 323 14 115 0 21 442 101 63
Binary 10111001 110001 11010011 1100 1001101 0 10001 100100010 1000001 110011

Color Harmonies of #B931D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931D3

Black with #B931D3

Text Example


Text Example

White with #B931D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931D3; }

 p { color: rgb(185,49,211); }

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

background-color css

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

 a { background-color: rgb(185,49,211); }

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

border-color css

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

 span { border-color: rgb(185,49,211); }

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