Html Css Color HEX #B42EDF Dark Orchid

📋 copy color: '#B42EDF'

red 180 ◦ green 46 ◦ blue 223

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

Shades of Dark Orchid #B42EDF

Tints of Dark Orchid #B42EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 40.09%
G = 10.24%
B = 49.67%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B42EDF (or 0xB42EDF) is known color: Dark Orchid. HEX triplet: B4, 2E and DF. RGB value is (180,46,223). Sum of RGB (Red+Green+Blue) = 180+46+223=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #B42EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EDF is #4BD120. Grayscale: #696969. Windows color (decimal): -4968737 or 14626484. OLE color: 14626484.

HSL color Cylindrical-coordinate representation of color #B42EDF: hue angle of 285.42º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42EDF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 46 223 -
CMYK 0.19 0.79 0 0.13
HSL 285.42º 0.73% 0.53% -
HSV(B) 285.42º 0.79% 0.87% -
XYZ 33.12 16.99 71.34 -
YUV 106.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 180 46 223 0.19 0.79 0 0.13 285.42 0.73 0.53
Hex B4 2E DF 13 4F 0 D 11D 49 35
Octal 264 56 337 23 117 0 15 435 111 65
Binary 10110100 101110 11011111 10011 1001111 0 1101 100011101 1001001 110101

Color Harmonies of #B42EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EDF

Black with #B42EDF

Text Example


Text Example

White with #B42EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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