Html Css Color HEX #B61EE1 Dark Orchid

📋 copy color: '#B61EE1'

red 182 ◦ green 30 ◦ blue 225

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

Shades of Dark Orchid #B61EE1

Tints of Dark Orchid #B61EE1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.86%

 BLUE value IS 225 (88.28% from 255) = 51.49%

R = 41.65%
G = 6.86%
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

#B61EE1 (or 0xB61EE1) is known color: Dark Orchid. HEX triplet: B6, 1E and E1. RGB value is (182,30,225). Sum of RGB (Red+Green+Blue) = 182+30+225=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #B61EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61EE1 is #49E11E. Grayscale: #616161. Windows color (decimal): -4841759 or 14753462. OLE color: 14753462.

HSL color Cylindrical-coordinate representation of color #B61EE1: hue angle of 286.77º degrees, saturation: 0.76, 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 #B61EE1 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 30 225 -
CMYK 0.19 0.87 0 0.12
HSL 286.77º 0.76% 0.5% -
HSV(B) 286.77º 0.87% 0.88% -
XYZ 33.35 16.31 72.62 -
YUV 97.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 182 30 225 0.19 0.87 0 0.12 286.77 0.76 0.5
Hex B6 1E E1 13 57 0 C 11F 4C 32
Octal 266 36 341 23 127 0 14 437 114 62
Binary 10110110 11110 11100001 10011 1010111 0 1100 100011111 1001100 110010

Color Harmonies of #B61EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61EE1

Black with #B61EE1

Text Example


Text Example

White with #B61EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61EE1; }

 p { color: rgb(182,30,225); }

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

background-color css

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

 a { background-color: rgb(182,30,225); }

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

border-color css

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

 span { border-color: rgb(182,30,225); }

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