Html Css Color HEX #B61CDC Dark Orchid

📋 copy color: '#B61CDC'

red 182 ◦ green 28 ◦ blue 220

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

Shades of Dark Orchid #B61CDC

Tints of Dark Orchid #B61CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.51%

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

R = 42.33%
G = 6.51%
B = 51.16%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B61CDC (or 0xB61CDC) is known color: Dark Orchid. HEX triplet: B6, 1C and DC. RGB value is (182,28,220). Sum of RGB (Red+Green+Blue) = 182+28+220=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #B61CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CDC is #49E323. Grayscale: #5F5F5F. Windows color (decimal): -4842276 or 14425270. OLE color: 14425270.

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

Color convert

RGB 182 28 220 -
CMYK 0.17 0.87 0 0.14
HSL 288.13º 0.77% 0.49% -
HSV(B) 288.13º 0.87% 0.86% -
XYZ 32.62 15.94 69.07 -
YUV 95.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 182 28 220 0.17 0.87 0 0.14 288.13 0.77 0.49
Hex B6 1C DC 11 57 0 E 120 4D 31
Octal 266 34 334 21 127 0 16 440 115 61
Binary 10110110 11100 11011100 10001 1010111 0 1110 100100000 1001101 110001

Color Harmonies of #B61CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CDC

Black with #B61CDC

Text Example


Text Example

White with #B61CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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