Html Css Color HEX #B428BB Dark Orchid

📋 copy color: '#B428BB'

red 180 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #B428BB

Tints of Dark Orchid #B428BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 44.23%
G = 9.83%
B = 45.95%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B428BB (or 0xB428BB) is known color: Dark Orchid. HEX triplet: B4, 28 and BB. RGB value is (180,40,187). Sum of RGB (Red+Green+Blue) = 180+40+187=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #B428BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428BB is #4BD744. Grayscale: #626262. Windows color (decimal): -4970309 or 12265652. OLE color: 12265652.

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

Color convert

RGB 180 40 187 -
CMYK 0.04 0.79 0 0.27
HSL 297.14º 0.65% 0.45% -
HSV(B) 297.14º 0.79% 0.73% -
XYZ 28.55 14.81 48.37 -
YUV 98.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 180 40 187 0.04 0.79 0 0.27 297.14 0.65 0.45
Hex B4 28 BB 4 4F 0 1B 129 41 2D
Octal 264 50 273 4 117 0 33 451 101 55
Binary 10110100 101000 10111011 100 1001111 0 11011 100101001 1000001 101101

Color Harmonies of #B428BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428BB

Black with #B428BB

Text Example


Text Example

White with #B428BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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