Html Css Color HEX #B42EC3 Dark Orchid

📋 copy color: '#B42EC3'

red 180 ◦ green 46 ◦ blue 195

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

Shades of Dark Orchid #B42EC3

Tints of Dark Orchid #B42EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.32%

R = 42.76%
G = 10.93%
B = 46.32%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B42EC3 (or 0xB42EC3) is known color: Dark Orchid. HEX triplet: B4, 2E and C3. RGB value is (180,46,195). Sum of RGB (Red+Green+Blue) = 180+46+195=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #B42EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EC3 is #4BD13C. Grayscale: #666666. Windows color (decimal): -4968765 or 12791476. OLE color: 12791476.

HSL color Cylindrical-coordinate representation of color #B42EC3: hue angle of 293.96º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42EC3 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 46 195 -
CMYK 0.08 0.76 0 0.24
HSL 293.96º 0.62% 0.47% -
HSV(B) 293.96º 0.76% 0.76% -
XYZ 29.65 15.6 53.08 -
YUV 103.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 180 46 195 0.08 0.76 0 0.24 293.96 0.62 0.47
Hex B4 2E C3 8 4C 0 18 126 3E 2F
Octal 264 56 303 10 114 0 30 446 76 57
Binary 10110100 101110 11000011 1000 1001100 0 11000 100100110 111110 101111

Color Harmonies of #B42EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EC3

Black with #B42EC3

Text Example


Text Example

White with #B42EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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