Html Css Color HEX #B424B1 Dark Orchid

📋 copy color: '#B424B1'

red 180 ◦ green 36 ◦ blue 177

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

Shades of Dark Orchid #B424B1

Tints of Dark Orchid #B424B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.04%

R = 45.8%
G = 9.16%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B424B1 (or 0xB424B1) is known color: Dark Orchid. HEX triplet: B4, 24 and B1. RGB value is (180,36,177). Sum of RGB (Red+Green+Blue) = 180+36+177=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B424B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B424B1 is #4BDB4E. Grayscale: #5E5E5E. Windows color (decimal): -4971343 or 11609268. OLE color: 11609268.

HSL color Cylindrical-coordinate representation of color #B424B1: hue angle of 301.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B424B1 is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 177 -
CMYK 0 0.8 0.02 0.29
HSL 301.25º 0.67% 0.42% -
HSV(B) 301.25º 0.8% 0.71% -
XYZ 27.39 14.14 42.88 -
YUV 95.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 180 36 177 0 0.8 0.02 0.29 301.25 0.67 0.42
Hex B4 24 B1 0 50 2 1D 12D 43 2A
Octal 264 44 261 0 120 2 35 455 103 52
Binary 10110100 100100 10110001 0 1010000 10 11101 100101101 1000011 101010

Color Harmonies of #B424B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424B1

Black with #B424B1

Text Example


Text Example

White with #B424B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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