Html Css Color HEX #B71FCF Dark Orchid

📋 copy color: '#B71FCF'

red 183 ◦ green 31 ◦ blue 207

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

Shades of Dark Orchid #B71FCF

Tints of Dark Orchid #B71FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 43.47%
G = 7.36%
B = 49.17%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B71FCF (or 0xB71FCF) is known color: Dark Orchid. HEX triplet: B7, 1F and CF. RGB value is (183,31,207). Sum of RGB (Red+Green+Blue) = 183+31+207=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #B71FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FCF is #48E030. Grayscale: #5F5F5F. Windows color (decimal): -4775985 or 13574071. OLE color: 13574071.

HSL color Cylindrical-coordinate representation of color #B71FCF: hue angle of 291.82º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71FCF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 31 207 -
CMYK 0.12 0.85 0 0.19
HSL 291.82º 0.74% 0.47% -
HSV(B) 291.82º 0.85% 0.81% -
XYZ 31.28 15.55 60.38 -
YUV 96.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 183 31 207 0.12 0.85 0 0.19 291.82 0.74 0.47
Hex B7 1F CF C 55 0 13 124 4A 2F
Octal 267 37 317 14 125 0 23 444 112 57
Binary 10110111 11111 11001111 1100 1010101 0 10011 100100100 1001010 101111

Color Harmonies of #B71FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FCF

Black with #B71FCF

Text Example


Text Example

White with #B71FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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