Html Css Color HEX #B42ECE Dark Orchid

📋 copy color: '#B42ECE'

red 180 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #B42ECE

Tints of Dark Orchid #B42ECE

RGB

 RED value IS 180 (70.7% from 255) = 41.67%

 GREEN value IS 46 (18.36% from 255) = 10.65%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 41.67%
G = 10.65%
B = 47.69%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B42ECE (or 0xB42ECE) is known color: Dark Orchid. HEX triplet: B4, 2E and CE. RGB value is (180,46,206). Sum of RGB (Red+Green+Blue) = 180+46+206=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #B42ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ECE is #4BD131. Grayscale: #676767. Windows color (decimal): -4968754 or 13512372. OLE color: 13512372.

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

Color convert

RGB 180 46 206 -
CMYK 0.13 0.78 0 0.19
HSL 290.25º 0.63% 0.49% -
HSV(B) 290.25º 0.78% 0.81% -
XYZ 30.94 16.11 59.87 -
YUV 104.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 180 46 206 0.13 0.78 0 0.19 290.25 0.63 0.49
Hex B4 2E CE D 4E 0 13 122 3F 31
Octal 264 56 316 15 116 0 23 442 77 61
Binary 10110100 101110 11001110 1101 1001110 0 10011 100100010 111111 110001

Color Harmonies of #B42ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42ECE

Black with #B42ECE

Text Example


Text Example

White with #B42ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42ECE; }

 p { color: rgb(180,46,206); }

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

background-color css

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

 a { background-color: rgb(180,46,206); }

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

border-color css

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

 span { border-color: rgb(180,46,206); }

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