Html Css Color HEX #B42ADA Dark Orchid

📋 copy color: '#B42ADA'

red 180 ◦ green 42 ◦ blue 218

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

Shades of Dark Orchid #B42ADA

Tints of Dark Orchid #B42ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

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

R = 40.91%
G = 9.55%
B = 49.55%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B42ADA (or 0xB42ADA) is known color: Dark Orchid. HEX triplet: B4, 2A and DA. RGB value is (180,42,218). Sum of RGB (Red+Green+Blue) = 180+42+218=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #B42ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ADA is #4BD525. Grayscale: #666666. Windows color (decimal): -4969766 or 14297780. OLE color: 14297780.

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

Color convert

RGB 180 42 218 -
CMYK 0.17 0.81 0 0.15
HSL 287.05º 0.7% 0.51% -
HSV(B) 287.05º 0.81% 0.85% -
XYZ 32.31 16.42 67.8 -
YUV 103.33 192.72 182.69 -
System Red Green Blue C M Y K H S L
Decimal 180 42 218 0.17 0.81 0 0.15 287.05 0.7 0.51
Hex B4 2A DA 11 51 0 F 11F 46 33
Octal 264 52 332 21 121 0 17 437 106 63
Binary 10110100 101010 11011010 10001 1010001 0 1111 100011111 1000110 110011

Color Harmonies of #B42ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42ADA

Black with #B42ADA

Text Example


Text Example

White with #B42ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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