Html Css Color HEX #B61DDB Dark Orchid

📋 copy color: '#B61DDB'

red 182 ◦ green 29 ◦ blue 219

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

Shades of Dark Orchid #B61DDB

Tints of Dark Orchid #B61DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.74%

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

R = 42.33%
G = 6.74%
B = 50.93%

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

#B61DDB (or 0xB61DDB) is known color: Dark Orchid. HEX triplet: B6, 1D and DB. RGB value is (182,29,219). Sum of RGB (Red+Green+Blue) = 182+29+219=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #B61DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DDB is #49E224. Grayscale: #5F5F5F. Windows color (decimal): -4842021 or 14359990. OLE color: 14359990.

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

Color convert

RGB 182 29 219 -
CMYK 0.17 0.87 0 0.14
HSL 288.32º 0.77% 0.49% -
HSV(B) 288.32º 0.87% 0.86% -
XYZ 32.52 15.94 68.38 -
YUV 96.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 182 29 219 0.17 0.87 0 0.14 288.32 0.77 0.49
Hex B6 1D DB 11 57 0 E 120 4D 31
Octal 266 35 333 21 127 0 16 440 115 61
Binary 10110110 11101 11011011 10001 1010111 0 1110 100100000 1001101 110001

Color Harmonies of #B61DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DDB

Black with #B61DDB

Text Example


Text Example

White with #B61DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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