Html Css Color HEX #B61DE0 Dark Orchid

📋 copy color: '#B61DE0'

red 182 ◦ green 29 ◦ blue 224

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

Shades of Dark Orchid #B61DE0

Tints of Dark Orchid #B61DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 41.84%
G = 6.67%
B = 51.49%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B61DE0 (or 0xB61DE0) is known color: Dark Orchid. HEX triplet: B6, 1D and E0. RGB value is (182,29,224). Sum of RGB (Red+Green+Blue) = 182+29+224=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #B61DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DE0 is #49E21F. Grayscale: #606060. Windows color (decimal): -4842016 or 14687670. OLE color: 14687670.

HSL color Cylindrical-coordinate representation of color #B61DE0: hue angle of 287.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61DE0 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 29 224 -
CMYK 0.19 0.87 0 0.12
HSL 287.08º 0.77% 0.5% -
HSV(B) 287.08º 0.87% 0.88% -
XYZ 33.19 16.21 71.9 -
YUV 96.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 182 29 224 0.19 0.87 0 0.12 287.08 0.77 0.5
Hex B6 1D E0 13 57 0 C 11F 4D 32
Octal 266 35 340 23 127 0 14 437 115 62
Binary 10110110 11101 11100000 10011 1010111 0 1100 100011111 1001101 110010

Color Harmonies of #B61DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DE0

Black with #B61DE0

Text Example


Text Example

White with #B61DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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