Html Css Color HEX #B61CE0 Dark Orchid

📋 copy color: '#B61CE0'

red 182 ◦ green 28 ◦ blue 224

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

Shades of Dark Orchid #B61CE0

Tints of Dark Orchid #B61CE0

RGB

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

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

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

R = 41.94%
G = 6.45%
B = 51.61%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B61CE0 (or 0xB61CE0) is known color: Dark Orchid. HEX triplet: B6, 1C and E0. RGB value is (182,28,224). Sum of RGB (Red+Green+Blue) = 182+28+224=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #B61CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CE0 is #49E31F. Grayscale: #5F5F5F. Windows color (decimal): -4842272 or 14687414. OLE color: 14687414.

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

Color convert

RGB 182 28 224 -
CMYK 0.19 0.88 0 0.12
HSL 287.14º 0.78% 0.49% -
HSV(B) 287.14º 0.88% 0.88% -
XYZ 33.16 16.16 71.89 -
YUV 96.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 182 28 224 0.19 0.88 0 0.12 287.14 0.78 0.49
Hex B6 1C E0 13 58 0 C 11F 4E 31
Octal 266 34 340 23 130 0 14 437 116 61
Binary 10110110 11100 11100000 10011 1011000 0 1100 100011111 1001110 110001

Color Harmonies of #B61CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CE0

Black with #B61CE0

Text Example


Text Example

White with #B61CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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