Html Css Color HEX #B42EF0 Dark Orchid

📋 copy color: '#B42EF0'

red 180 ◦ green 46 ◦ blue 240

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

Shades of Dark Orchid #B42EF0

Tints of Dark Orchid #B42EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.5%

R = 38.63%
G = 9.87%
B = 51.5%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B42EF0 (or 0xB42EF0) is known color: Dark Orchid. HEX triplet: B4, 2E and F0. RGB value is (180,46,240). Sum of RGB (Red+Green+Blue) = 180+46+240=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #B42EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42EF0 is #4BD10F. Grayscale: #6B6B6B. Windows color (decimal): -4968720 or 15740596. OLE color: 15740596.

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

Color convert

RGB 180 46 240 -
CMYK 0.25 0.81 0 0.06
HSL 281.44º 0.87% 0.56% -
HSV(B) 281.44º 0.81% 0.94% -
XYZ 35.53 17.95 84.03 -
YUV 108.18 202.39 179.23 -
System Red Green Blue C M Y K H S L
Decimal 180 46 240 0.25 0.81 0 0.06 281.44 0.87 0.56
Hex B4 2E F0 19 51 0 6 119 57 38
Octal 264 56 360 31 121 0 6 431 127 70
Binary 10110100 101110 11110000 11001 1010001 0 110 100011001 1010111 111000

Color Harmonies of #B42EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EF0

Black with #B42EF0

Text Example


Text Example

White with #B42EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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