Html Css Color HEX #B61CDB Dark Orchid

📋 copy color: '#B61CDB'

red 182 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #B61CDB

Tints of Dark Orchid #B61CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 42.42%
G = 6.53%
B = 51.05%

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

#B61CDB (or 0xB61CDB) is known color: Dark Orchid. HEX triplet: B6, 1C and DB. RGB value is (182,28,219). Sum of RGB (Red+Green+Blue) = 182+28+219=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #B61CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CDB is #49E324. Grayscale: #5F5F5F. Windows color (decimal): -4842277 or 14359734. OLE color: 14359734.

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

Color convert

RGB 182 28 219 -
CMYK 0.17 0.87 0 0.14
HSL 288.38º 0.77% 0.48% -
HSV(B) 288.38º 0.87% 0.86% -
XYZ 32.49 15.89 68.37 -
YUV 95.82 197.52 189.47 -
System Red Green Blue C M Y K H S L
Decimal 182 28 219 0.17 0.87 0 0.14 288.38 0.77 0.48
Hex B6 1C DB 11 57 0 E 120 4D 30
Octal 266 34 333 21 127 0 16 440 115 60
Binary 10110110 11100 11011011 10001 1010111 0 1110 100100000 1001101 110000

Color Harmonies of #B61CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CDB

Black with #B61CDB

Text Example


Text Example

White with #B61CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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