Html Css Color HEX #B31CDD Dark Orchid

📋 copy color: '#B31CDD'

red 179 ◦ green 28 ◦ blue 221

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

Shades of Dark Orchid #B31CDD

Tints of Dark Orchid #B31CDD

RGB

 RED value IS 179 (70.31% from 255) = 41.82%

 GREEN value IS 28 (11.33% from 255) = 6.54%

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

R = 41.82%
G = 6.54%
B = 51.64%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B31CDD (or 0xB31CDD) is known color: Dark Orchid. HEX triplet: B3, 1C and DD. RGB value is (179,28,221). Sum of RGB (Red+Green+Blue) = 179+28+221=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #B31CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CDD is #4CE322. Grayscale: #5E5E5E. Windows color (decimal): -5038883 or 14490803. OLE color: 14490803.

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

Color convert

RGB 179 28 221 -
CMYK 0.19 0.87 0 0.13
HSL 286.94º 0.78% 0.49% -
HSV(B) 286.94º 0.87% 0.87% -
XYZ 32.06 15.63 69.73 -
YUV 95.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 179 28 221 0.19 0.87 0 0.13 286.94 0.78 0.49
Hex B3 1C DD 13 57 0 D 11F 4E 31
Octal 263 34 335 23 127 0 15 437 116 61
Binary 10110011 11100 11011101 10011 1010111 0 1101 100011111 1001110 110001

Color Harmonies of #B31CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CDD

Black with #B31CDD

Text Example


Text Example

White with #B31CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CDD; }

 p { color: rgb(179,28,221); }

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

background-color css

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

 a { background-color: rgb(179,28,221); }

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

border-color css

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

 span { border-color: rgb(179,28,221); }

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