Html Css Color HEX #B428BD Dark Orchid

📋 copy color: '#B428BD'

red 180 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #B428BD

Tints of Dark Orchid #B428BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 44.01%
G = 9.78%
B = 46.21%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B428BD (or 0xB428BD) is known color: Dark Orchid. HEX triplet: B4, 28 and BD. RGB value is (180,40,189). Sum of RGB (Red+Green+Blue) = 180+40+189=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #B428BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428BD is #4BD742. Grayscale: #626262. Windows color (decimal): -4970307 or 12396724. OLE color: 12396724.

HSL color Cylindrical-coordinate representation of color #B428BD: hue angle of 296.38º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B428BD is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 40 189 -
CMYK 0.05 0.79 0 0.26
HSL 296.38º 0.65% 0.45% -
HSV(B) 296.38º 0.79% 0.74% -
XYZ 28.77 14.9 49.5 -
YUV 98.85 178.88 185.88 -
System Red Green Blue C M Y K H S L
Decimal 180 40 189 0.05 0.79 0 0.26 296.38 0.65 0.45
Hex B4 28 BD 5 4F 0 1A 128 41 2D
Octal 264 50 275 5 117 0 32 450 101 55
Binary 10110100 101000 10111101 101 1001111 0 11010 100101000 1000001 101101

Color Harmonies of #B428BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428BD

Black with #B428BD

Text Example


Text Example

White with #B428BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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