Html Css Color HEX #B424E9 Dark Orchid

📋 copy color: '#B424E9'

red 180 ◦ green 36 ◦ blue 233

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

Shades of Dark Orchid #B424E9

Tints of Dark Orchid #B424E9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.02%

 BLUE value IS 233 (91.41% from 255) = 51.89%

R = 40.09%
G = 8.02%
B = 51.89%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B424E9 (or 0xB424E9) is known color: Dark Orchid. HEX triplet: B4, 24 and E9. RGB value is (180,36,233). Sum of RGB (Red+Green+Blue) = 180+36+233=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #B424E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B424E9 is #4BDB16. Grayscale: #646464. Windows color (decimal): -4971287 or 15279284. OLE color: 15279284.

HSL color Cylindrical-coordinate representation of color #B424E9: hue angle of 283.86º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B424E9 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 36 233 -
CMYK 0.23 0.85 0 0.09
HSL 283.86º 0.82% 0.53% -
HSV(B) 283.86º 0.85% 0.91% -
XYZ 34.16 16.85 78.54 -
YUV 101.51 202.21 183.98 -
System Red Green Blue C M Y K H S L
Decimal 180 36 233 0.23 0.85 0 0.09 283.86 0.82 0.53
Hex B4 24 E9 17 55 0 9 11C 52 35
Octal 264 44 351 27 125 0 11 434 122 65
Binary 10110100 100100 11101001 10111 1010101 0 1001 100011100 1010010 110101

Color Harmonies of #B424E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424E9

Black with #B424E9

Text Example


Text Example

White with #B424E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424E9; }

 p { color: rgb(180,36,233); }

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

background-color css

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

 a { background-color: rgb(180,36,233); }

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

border-color css

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

 span { border-color: rgb(180,36,233); }

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