Html Css Color HEX #B42FD7 Dark Orchid

📋 copy color: '#B42FD7'

red 180 ◦ green 47 ◦ blue 215

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

Shades of Dark Orchid #B42FD7

Tints of Dark Orchid #B42FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.64%

R = 40.72%
G = 10.63%
B = 48.64%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B42FD7 (or 0xB42FD7) is known color: Dark Orchid. HEX triplet: B4, 2F and D7. RGB value is (180,47,215). Sum of RGB (Red+Green+Blue) = 180+47+215=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #B42FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FD7 is #4BD028. Grayscale: #696969. Windows color (decimal): -4968489 or 14102452. OLE color: 14102452.

HSL color Cylindrical-coordinate representation of color #B42FD7: hue angle of 287.5º degrees, saturation: 0.68, 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 #B42FD7 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 47 215 -
CMYK 0.16 0.78 0 0.16
HSL 287.5º 0.68% 0.51% -
HSV(B) 287.5º 0.78% 0.84% -
XYZ 32.1 16.64 65.81 -
YUV 105.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 180 47 215 0.16 0.78 0 0.16 287.5 0.68 0.51
Hex B4 2F D7 10 4E 0 10 120 44 33
Octal 264 57 327 20 116 0 20 440 104 63
Binary 10110100 101111 11010111 10000 1001110 0 10000 100100000 1000100 110011

Color Harmonies of #B42FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FD7

Black with #B42FD7

Text Example


Text Example

White with #B42FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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