Html Css Color HEX #B42EF1 Dark Orchid

📋 copy color: '#B42EF1'

red 180 ◦ green 46 ◦ blue 241

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

Shades of Dark Orchid #B42EF1

Tints of Dark Orchid #B42EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 38.54%
G = 9.85%
B = 51.61%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B42EF1 (or 0xB42EF1) is known color: Dark Orchid. HEX triplet: B4, 2E and F1. RGB value is (180,46,241). Sum of RGB (Red+Green+Blue) = 180+46+241=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #B42EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42EF1 is #4BD10E. Grayscale: #6B6B6B. Windows color (decimal): -4968719 or 15806132. OLE color: 15806132.

HSL color Cylindrical-coordinate representation of color #B42EF1: hue angle of 281.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42EF1 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 46 241 -
CMYK 0.25 0.81 0 0.05
HSL 281.23º 0.87% 0.56% -
HSV(B) 281.23º 0.81% 0.95% -
XYZ 35.68 18.01 84.81 -
YUV 108.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 180 46 241 0.25 0.81 0 0.05 281.23 0.87 0.56
Hex B4 2E F1 19 51 0 5 119 57 38
Octal 264 56 361 31 121 0 5 431 127 70
Binary 10110100 101110 11110001 11001 1010001 0 101 100011001 1010111 111000

Color Harmonies of #B42EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EF1

Black with #B42EF1

Text Example


Text Example

White with #B42EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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