Html Css Color HEX #B42FEA Dark Orchid

📋 copy color: '#B42FEA'

red 180 ◦ green 47 ◦ blue 234

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

Shades of Dark Orchid #B42FEA

Tints of Dark Orchid #B42FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.2%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 39.05%
G = 10.2%
B = 50.76%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B42FEA (or 0xB42FEA) is known color: Dark Orchid. HEX triplet: B4, 2F and EA. RGB value is (180,47,234). Sum of RGB (Red+Green+Blue) = 180+47+234=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #B42FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FEA is #4BD015. Grayscale: #6B6B6B. Windows color (decimal): -4968470 or 15347636. OLE color: 15347636.

HSL color Cylindrical-coordinate representation of color #B42FEA: hue angle of 282.67º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42FEA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 47 234 -
CMYK 0.23 0.80 0 0.08
HSL 282.67º 0.82% 0.55% -
HSV(B) 282.67º 0.8% 0.92% -
XYZ 34.69 17.68 79.43 -
YUV 108.09 199.06 179.29 -
System Red Green Blue C M Y K H S L
Decimal 180 47 234 0.23 0.80 0 0.08 282.67 0.82 0.55
Hex B4 2F EA 17 50 0 8 11B 52 37
Octal 264 57 352 27 120 0 10 433 122 67
Binary 10110100 101111 11101010 10111 1010000 0 1000 100011011 1010010 110111

Color Harmonies of #B42FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FEA

Black with #B42FEA

Text Example


Text Example

White with #B42FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FEA; }

 p { color: rgb(180,47,234); }

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

background-color css

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

 a { background-color: rgb(180,47,234); }

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

border-color css

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

 span { border-color: rgb(180,47,234); }

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