Html Css Color HEX #B71FDC Dark Orchid

📋 copy color: '#B71FDC'

red 183 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #B71FDC

Tints of Dark Orchid #B71FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 42.17%
G = 7.14%
B = 50.69%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B71FDC (or 0xB71FDC) is known color: Dark Orchid. HEX triplet: B7, 1F and DC. RGB value is (183,31,220). Sum of RGB (Red+Green+Blue) = 183+31+220=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #B71FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FDC is #48E023. Grayscale: #616161. Windows color (decimal): -4775972 or 14426039. OLE color: 14426039.

HSL color Cylindrical-coordinate representation of color #B71FDC: hue angle of 288.25º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71FDC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 31 220 -
CMYK 0.17 0.86 0 0.14
HSL 288.25º 0.75% 0.49% -
HSV(B) 288.25º 0.86% 0.86% -
XYZ 32.94 16.21 69.1 -
YUV 97.99 196.86 188.63 -
System Red Green Blue C M Y K H S L
Decimal 183 31 220 0.17 0.86 0 0.14 288.25 0.75 0.49
Hex B7 1F DC 11 56 0 E 120 4B 31
Octal 267 37 334 21 126 0 16 440 113 61
Binary 10110111 11111 11011100 10001 1010110 0 1110 100100000 1001011 110001

Color Harmonies of #B71FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FDC

Black with #B71FDC

Text Example


Text Example

White with #B71FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FDC; }

 p { color: rgb(183,31,220); }

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

background-color css

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

 a { background-color: rgb(183,31,220); }

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

border-color css

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

 span { border-color: rgb(183,31,220); }

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