Html Css Color HEX #B71DDD Dark Orchid

📋 copy color: '#B71DDD'

red 183 ◦ green 29 ◦ blue 221

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

Shades of Dark Orchid #B71DDD

Tints of Dark Orchid #B71DDD

RGB

 RED value IS 183 (71.88% from 255) = 42.26%

 GREEN value IS 29 (11.72% from 255) = 6.7%

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

R = 42.26%
G = 6.7%
B = 51.04%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B71DDD (or 0xB71DDD) is known color: Dark Orchid. HEX triplet: B7, 1D and DD. RGB value is (183,29,221). Sum of RGB (Red+Green+Blue) = 183+29+221=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #B71DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DDD is #48E222. Grayscale: #606060. Windows color (decimal): -4776483 or 14491063. OLE color: 14491063.

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

Color convert

RGB 183 29 221 -
CMYK 0.17 0.87 0 0.13
HSL 288.13º 0.77% 0.49% -
HSV(B) 288.13º 0.87% 0.87% -
XYZ 33.02 16.17 69.79 -
YUV 96.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 183 29 221 0.17 0.87 0 0.13 288.13 0.77 0.49
Hex B7 1D DD 11 57 0 D 120 4D 31
Octal 267 35 335 21 127 0 15 440 115 61
Binary 10110111 11101 11011101 10001 1010111 0 1101 100100000 1001101 110001

Color Harmonies of #B71DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DDD

Black with #B71DDD

Text Example


Text Example

White with #B71DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DDD; }

 p { color: rgb(183,29,221); }

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

background-color css

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

 a { background-color: rgb(183,29,221); }

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

border-color css

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

 span { border-color: rgb(183,29,221); }

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