Html Css Color HEX #B42FD0 Dark Orchid

📋 copy color: '#B42FD0'

red 180 ◦ green 47 ◦ blue 208

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

Shades of Dark Orchid #B42FD0

Tints of Dark Orchid #B42FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.82%

R = 41.38%
G = 10.8%
B = 47.82%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B42FD0 (or 0xB42FD0) is known color: Dark Orchid. HEX triplet: B4, 2F and D0. RGB value is (180,47,208). Sum of RGB (Red+Green+Blue) = 180+47+208=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #B42FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FD0 is #4BD02F. Grayscale: #686868. Windows color (decimal): -4968496 or 13643700. OLE color: 13643700.

HSL color Cylindrical-coordinate representation of color #B42FD0: hue angle of 289.57º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42FD0 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 47 208 -
CMYK 0.13 0.77 0 0.18
HSL 289.57º 0.63% 0.5% -
HSV(B) 289.57º 0.77% 0.82% -
XYZ 31.22 16.29 61.17 -
YUV 105.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 180 47 208 0.13 0.77 0 0.18 289.57 0.63 0.5
Hex B4 2F D0 D 4D 0 12 122 3F 32
Octal 264 57 320 15 115 0 22 442 77 62
Binary 10110100 101111 11010000 1101 1001101 0 10010 100100010 111111 110010

Color Harmonies of #B42FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FD0

Black with #B42FD0

Text Example


Text Example

White with #B42FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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