Html Css Color HEX #B61EDC Dark Orchid

📋 copy color: '#B61EDC'

red 182 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #B61EDC

Tints of Dark Orchid #B61EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.94%

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

R = 42.13%
G = 6.94%
B = 50.93%

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

#B61EDC (or 0xB61EDC) is known color: Dark Orchid. HEX triplet: B6, 1E and DC. RGB value is (182,30,220). Sum of RGB (Red+Green+Blue) = 182+30+220=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #B61EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61EDC is #49E123. Grayscale: #606060. Windows color (decimal): -4841764 or 14425782. OLE color: 14425782.

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

Color convert

RGB 182 30 220 -
CMYK 0.17 0.86 0 0.14
HSL 288º 0.76% 0.49% -
HSV(B) 288º 0.86% 0.86% -
XYZ 32.67 16.04 69.08 -
YUV 97.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 182 30 220 0.17 0.86 0 0.14 288 0.76 0.49
Hex B6 1E DC 11 56 0 E 120 4C 31
Octal 266 36 334 21 126 0 16 440 114 61
Binary 10110110 11110 11011100 10001 1010110 0 1110 100100000 1001100 110001

Color Harmonies of #B61EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61EDC

Black with #B61EDC

Text Example


Text Example

White with #B61EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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