Html Css Color HEX #B42EDA Dark Orchid

📋 copy color: '#B42EDA'

red 180 ◦ green 46 ◦ blue 218

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

Shades of Dark Orchid #B42EDA

Tints of Dark Orchid #B42EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 40.54%
G = 10.36%
B = 49.1%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B42EDA (or 0xB42EDA) is known color: Dark Orchid. HEX triplet: B4, 2E and DA. RGB value is (180,46,218). Sum of RGB (Red+Green+Blue) = 180+46+218=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #B42EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EDA is #4BD125. Grayscale: #696969. Windows color (decimal): -4968742 or 14298804. OLE color: 14298804.

HSL color Cylindrical-coordinate representation of color #B42EDA: hue angle of 286.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42EDA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 46 218 -
CMYK 0.17 0.79 0 0.15
HSL 286.74º 0.7% 0.52% -
HSV(B) 286.74º 0.79% 0.85% -
XYZ 32.45 16.72 67.85 -
YUV 105.67 191.39 181.01 -
System Red Green Blue C M Y K H S L
Decimal 180 46 218 0.17 0.79 0 0.15 286.74 0.7 0.52
Hex B4 2E DA 11 4F 0 F 11F 46 34
Octal 264 56 332 21 117 0 17 437 106 64
Binary 10110100 101110 11011010 10001 1001111 0 1111 100011111 1000110 110100

Color Harmonies of #B42EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EDA

Black with #B42EDA

Text Example


Text Example

White with #B42EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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