Html Css Color HEX #B428EA Dark Orchid

📋 copy color: '#B428EA'

red 180 ◦ green 40 ◦ blue 234

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

Shades of Dark Orchid #B428EA

Tints of Dark Orchid #B428EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 39.65%
G = 8.81%
B = 51.54%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B428EA (or 0xB428EA) is known color: Dark Orchid. HEX triplet: B4, 28 and EA. RGB value is (180,40,234). Sum of RGB (Red+Green+Blue) = 180+40+234=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #B428EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B428EA is #4BD715. Grayscale: #676767. Windows color (decimal): -4970262 or 15345844. OLE color: 15345844.

HSL color Cylindrical-coordinate representation of color #B428EA: hue angle of 283.3º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B428EA is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 40 234 -
CMYK 0.23 0.83 0 0.08
HSL 283.3º 0.82% 0.54% -
HSV(B) 283.3º 0.83% 0.92% -
XYZ 34.43 17.16 79.34 -
YUV 103.98 201.38 182.23 -
System Red Green Blue C M Y K H S L
Decimal 180 40 234 0.23 0.83 0 0.08 283.3 0.82 0.54
Hex B4 28 EA 17 53 0 8 11B 52 36
Octal 264 50 352 27 123 0 10 433 122 66
Binary 10110100 101000 11101010 10111 1010011 0 1000 100011011 1010010 110110

Color Harmonies of #B428EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428EA

Black with #B428EA

Text Example


Text Example

White with #B428EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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