Html Css Color HEX #B428DE Dark Orchid

📋 copy color: '#B428DE'

red 180 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #B428DE

Tints of Dark Orchid #B428DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 40.72%
G = 9.05%
B = 50.23%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B428DE (or 0xB428DE) is known color: Dark Orchid. HEX triplet: B4, 28 and DE. RGB value is (180,40,222). Sum of RGB (Red+Green+Blue) = 180+40+222=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #B428DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428DE is #4BD721. Grayscale: #666666. Windows color (decimal): -4970274 or 14559412. OLE color: 14559412.

HSL color Cylindrical-coordinate representation of color #B428DE: hue angle of 286.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B428DE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 40 222 -
CMYK 0.19 0.82 0 0.13
HSL 286.15º 0.73% 0.51% -
HSV(B) 286.15º 0.82% 0.87% -
XYZ 32.77 16.49 70.56 -
YUV 102.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 180 40 222 0.19 0.82 0 0.13 286.15 0.73 0.51
Hex B4 28 DE 13 52 0 D 11E 49 33
Octal 264 50 336 23 122 0 15 436 111 63
Binary 10110100 101000 11011110 10011 1010010 0 1101 100011110 1001001 110011

Color Harmonies of #B428DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428DE

Black with #B428DE

Text Example


Text Example

White with #B428DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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