Html Css Color HEX #B428BF Dark Orchid

📋 copy color: '#B428BF'

red 180 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #B428BF

Tints of Dark Orchid #B428BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 43.8%
G = 9.73%
B = 46.47%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B428BF (or 0xB428BF) is known color: Dark Orchid. HEX triplet: B4, 28 and BF. RGB value is (180,40,191). Sum of RGB (Red+Green+Blue) = 180+40+191=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #B428BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428BF is #4BD740. Grayscale: #626262. Windows color (decimal): -4970305 or 12527796. OLE color: 12527796.

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

Color convert

RGB 180 40 191 -
CMYK 0.06 0.79 0 0.25
HSL 295.63º 0.65% 0.45% -
HSV(B) 295.63º 0.79% 0.75% -
XYZ 28.99 14.98 50.65 -
YUV 99.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 180 40 191 0.06 0.79 0 0.25 295.63 0.65 0.45
Hex B4 28 BF 6 4F 0 19 128 41 2D
Octal 264 50 277 6 117 0 31 450 101 55
Binary 10110100 101000 10111111 110 1001111 0 11001 100101000 1000001 101101

Color Harmonies of #B428BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428BF

Black with #B428BF

Text Example


Text Example

White with #B428BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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