Html Css Color HEX #B42DD7 Dark Orchid

📋 copy color: '#B42DD7'

red 180 ◦ green 45 ◦ blue 215

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

Shades of Dark Orchid #B42DD7

Tints of Dark Orchid #B42DD7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.23%

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

R = 40.91%
G = 10.23%
B = 48.86%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B42DD7 (or 0xB42DD7) is known color: Dark Orchid. HEX triplet: B4, 2D and D7. RGB value is (180,45,215). Sum of RGB (Red+Green+Blue) = 180+45+215=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #B42DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DD7 is #4BD228. Grayscale: #686868. Windows color (decimal): -4969001 or 14101940. OLE color: 14101940.

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

Color convert

RGB 180 45 215 -
CMYK 0.16 0.79 0 0.16
HSL 287.65º 0.68% 0.51% -
HSV(B) 287.65º 0.79% 0.84% -
XYZ 32.03 16.49 65.78 -
YUV 104.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 180 45 215 0.16 0.79 0 0.16 287.65 0.68 0.51
Hex B4 2D D7 10 4F 0 10 120 44 33
Octal 264 55 327 20 117 0 20 440 104 63
Binary 10110100 101101 11010111 10000 1001111 0 10000 100100000 1000100 110011

Color Harmonies of #B42DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DD7

Black with #B42DD7

Text Example


Text Example

White with #B42DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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