Html Css Color HEX #B61FDC Dark Orchid

📋 copy color: '#B61FDC'

red 182 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #B61FDC

Tints of Dark Orchid #B61FDC

RGB

 RED value IS 182 (71.48% from 255) = 42.03%

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

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

R = 42.03%
G = 7.16%
B = 50.81%

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

#B61FDC (or 0xB61FDC) is known color: Dark Orchid. HEX triplet: B6, 1F and DC. RGB value is (182,31,220). Sum of RGB (Red+Green+Blue) = 182+31+220=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #B61FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FDC is #49E023. Grayscale: #616161. Windows color (decimal): -4841508 or 14426038. OLE color: 14426038.

HSL color Cylindrical-coordinate representation of color #B61FDC: hue angle of 287.94º 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 #B61FDC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 31 220 -
CMYK 0.17 0.86 0 0.14
HSL 287.94º 0.75% 0.49% -
HSV(B) 287.94º 0.86% 0.86% -
XYZ 32.7 16.09 69.09 -
YUV 97.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 182 31 220 0.17 0.86 0 0.14 287.94 0.75 0.49
Hex B6 1F DC 11 56 0 E 120 4B 31
Octal 266 37 334 21 126 0 16 440 113 61
Binary 10110110 11111 11011100 10001 1010110 0 1110 100100000 1001011 110001

Color Harmonies of #B61FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61FDC

Black with #B61FDC

Text Example


Text Example

White with #B61FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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