Html Css Color HEX #B42ABF Dark Orchid

📋 copy color: '#B42ABF'

red 180 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #B42ABF

Tints of Dark Orchid #B42ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 43.58%
G = 10.17%
B = 46.25%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B42ABF (or 0xB42ABF) is known color: Dark Orchid. HEX triplet: B4, 2A and BF. RGB value is (180,42,191). Sum of RGB (Red+Green+Blue) = 180+42+191=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #B42ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ABF is #4BD540. Grayscale: #636363. Windows color (decimal): -4969793 or 12528308. OLE color: 12528308.

HSL color Cylindrical-coordinate representation of color #B42ABF: hue angle of 295.57º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42ABF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 42 191 -
CMYK 0.06 0.78 0 0.25
HSL 295.57º 0.64% 0.46% -
HSV(B) 295.57º 0.78% 0.75% -
XYZ 29.05 15.12 50.68 -
YUV 100.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 180 42 191 0.06 0.78 0 0.25 295.57 0.64 0.46
Hex B4 2A BF 6 4E 0 19 128 40 2E
Octal 264 52 277 6 116 0 31 450 100 56
Binary 10110100 101010 10111111 110 1001110 0 11001 100101000 1000000 101110

Color Harmonies of #B42ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42ABF

Black with #B42ABF

Text Example


Text Example

White with #B42ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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