Html Css Color HEX #B42CF2 Dark Orchid

📋 copy color: '#B42CF2'

red 180 ◦ green 44 ◦ blue 242

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

Shades of Dark Orchid #B42CF2

Tints of Dark Orchid #B42CF2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.44%

 BLUE value IS 242 (94.92% from 255) = 51.93%

R = 38.63%
G = 9.44%
B = 51.93%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B42CF2 (or 0xB42CF2) is known color: Dark Orchid. HEX triplet: B4, 2C and F2. RGB value is (180,44,242). Sum of RGB (Red+Green+Blue) = 180+44+242=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #B42CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42CF2 is #4BD30D. Grayscale: #6A6A6A. Windows color (decimal): -4969230 or 15871156. OLE color: 15871156.

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

Color convert

RGB 180 44 242 -
CMYK 0.26 0.82 0 0.05
HSL 281.21º 0.88% 0.56% -
HSV(B) 281.21º 0.82% 0.95% -
XYZ 35.75 17.92 85.58 -
YUV 107.24 204.06 179.9 -
System Red Green Blue C M Y K H S L
Decimal 180 44 242 0.26 0.82 0 0.05 281.21 0.88 0.56
Hex B4 2C F2 1A 52 0 5 119 58 38
Octal 264 54 362 32 122 0 5 431 130 70
Binary 10110100 101100 11110010 11010 1010010 0 101 100011001 1011000 111000

Color Harmonies of #B42CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CF2

Black with #B42CF2

Text Example


Text Example

White with #B42CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CF2; }

 p { color: rgb(180,44,242); }

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

background-color css

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

 a { background-color: rgb(180,44,242); }

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

border-color css

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

 span { border-color: rgb(180,44,242); }

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