Html Css Color HEX #B428DC Dark Orchid

📋 copy color: '#B428DC'

red 180 ◦ green 40 ◦ blue 220

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

Shades of Dark Orchid #B428DC

Tints of Dark Orchid #B428DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 40.91%
G = 9.09%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B428DC (or 0xB428DC) is known color: Dark Orchid. HEX triplet: B4, 28 and DC. RGB value is (180,40,220). Sum of RGB (Red+Green+Blue) = 180+40+220=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #B428DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428DC is #4BD723. Grayscale: #656565. Windows color (decimal): -4970276 or 14428340. OLE color: 14428340.

HSL color Cylindrical-coordinate representation of color #B428DC: hue angle of 286.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B428DC is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 40 220 -
CMYK 0.18 0.82 0 0.14
HSL 286.67º 0.72% 0.51% -
HSV(B) 286.67º 0.82% 0.86% -
XYZ 32.5 16.39 69.16 -
YUV 102.38 194.38 183.36 -
System Red Green Blue C M Y K H S L
Decimal 180 40 220 0.18 0.82 0 0.14 286.67 0.72 0.51
Hex B4 28 DC 12 52 0 E 11F 48 33
Octal 264 50 334 22 122 0 16 437 110 63
Binary 10110100 101000 11011100 10010 1010010 0 1110 100011111 1001000 110011

Color Harmonies of #B428DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428DC

Black with #B428DC

Text Example


Text Example

White with #B428DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428DC; }

 p { color: rgb(180,40,220); }

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

background-color css

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

 a { background-color: rgb(180,40,220); }

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

border-color css

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

 span { border-color: rgb(180,40,220); }

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