Html Css Color HEX #B42FD5 Dark Orchid

📋 copy color: '#B42FD5'

red 180 ◦ green 47 ◦ blue 213

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

Shades of Dark Orchid #B42FD5

Tints of Dark Orchid #B42FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.41%

R = 40.91%
G = 10.68%
B = 48.41%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B42FD5 (or 0xB42FD5) is known color: Dark Orchid. HEX triplet: B4, 2F and D5. RGB value is (180,47,213). Sum of RGB (Red+Green+Blue) = 180+47+213=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #B42FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FD5 is #4BD02A. Grayscale: #696969. Windows color (decimal): -4968491 or 13971380. OLE color: 13971380.

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

Color convert

RGB 180 47 213 -
CMYK 0.15 0.78 0 0.16
HSL 288.07º 0.66% 0.51% -
HSV(B) 288.07º 0.78% 0.84% -
XYZ 31.85 16.54 64.46 -
YUV 105.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 180 47 213 0.15 0.78 0 0.16 288.07 0.66 0.51
Hex B4 2F D5 F 4E 0 10 120 42 33
Octal 264 57 325 17 116 0 20 440 102 63
Binary 10110100 101111 11010101 1111 1001110 0 10000 100100000 1000010 110011

Color Harmonies of #B42FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FD5

Black with #B42FD5

Text Example


Text Example

White with #B42FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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