Html Css Color HEX #B42FD4 Dark Orchid

📋 copy color: '#B42FD4'

red 180 ◦ green 47 ◦ blue 212

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

Shades of Dark Orchid #B42FD4

Tints of Dark Orchid #B42FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.29%

R = 41%
G = 10.71%
B = 48.29%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B42FD4 (or 0xB42FD4) is known color: Dark Orchid. HEX triplet: B4, 2F and D4. RGB value is (180,47,212). Sum of RGB (Red+Green+Blue) = 180+47+212=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #B42FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FD4 is #4BD02B. Grayscale: #696969. Windows color (decimal): -4968492 or 13905844. OLE color: 13905844.

HSL color Cylindrical-coordinate representation of color #B42FD4: hue angle of 288.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42FD4 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 47 212 -
CMYK 0.15 0.78 0 0.17
HSL 288.36º 0.66% 0.51% -
HSV(B) 288.36º 0.78% 0.83% -
XYZ 31.72 16.49 63.8 -
YUV 105.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 180 47 212 0.15 0.78 0 0.17 288.36 0.66 0.51
Hex B4 2F D4 F 4E 0 11 120 42 33
Octal 264 57 324 17 116 0 21 440 102 63
Binary 10110100 101111 11010100 1111 1001110 0 10001 100100000 1000010 110011

Color Harmonies of #B42FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FD4

Black with #B42FD4

Text Example


Text Example

White with #B42FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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