Html Css Color HEX #B61DDD Dark Orchid

📋 copy color: '#B61DDD'

red 182 ◦ green 29 ◦ blue 221

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

Shades of Dark Orchid #B61DDD

Tints of Dark Orchid #B61DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 42.13%
G = 6.71%
B = 51.16%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B61DDD (or 0xB61DDD) is known color: Dark Orchid. HEX triplet: B6, 1D and DD. RGB value is (182,29,221). Sum of RGB (Red+Green+Blue) = 182+29+221=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #B61DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DDD is #49E222. Grayscale: #606060. Windows color (decimal): -4842019 or 14491062. OLE color: 14491062.

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

Color convert

RGB 182 29 221 -
CMYK 0.18 0.87 0 0.13
HSL 287.81º 0.77% 0.49% -
HSV(B) 287.81º 0.87% 0.87% -
XYZ 32.78 16.04 69.78 -
YUV 96.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 182 29 221 0.18 0.87 0 0.13 287.81 0.77 0.49
Hex B6 1D DD 12 57 0 D 120 4D 31
Octal 266 35 335 22 127 0 15 440 115 61
Binary 10110110 11101 11011101 10010 1010111 0 1101 100100000 1001101 110001

Color Harmonies of #B61DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DDD

Black with #B61DDD

Text Example


Text Example

White with #B61DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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