Html Css Color HEX #B424B0 Dark Orchid

📋 copy color: '#B424B0'

red 180 ◦ green 36 ◦ blue 176

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

Shades of Dark Orchid #B424B0

Tints of Dark Orchid #B424B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 45.92%
G = 9.18%
B = 44.9%

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

#B424B0 (or 0xB424B0) is known color: Dark Orchid. HEX triplet: B4, 24 and B0. RGB value is (180,36,176). Sum of RGB (Red+Green+Blue) = 180+36+176=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B424B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B424B0 is #4BDB4F. Grayscale: #5E5E5E. Windows color (decimal): -4971344 or 11543732. OLE color: 11543732.

HSL color Cylindrical-coordinate representation of color #B424B0: hue angle of 301.67º 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 #B424B0 is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 176 -
CMYK 0 0.8 0.02 0.29
HSL 301.67º 0.67% 0.42% -
HSV(B) 301.67º 0.8% 0.71% -
XYZ 27.29 14.1 42.36 -
YUV 95.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 180 36 176 0 0.8 0.02 0.29 301.67 0.67 0.42
Hex B4 24 B0 0 50 2 1D 12E 43 2A
Octal 264 44 260 0 120 2 35 456 103 52
Binary 10110100 100100 10110000 0 1010000 10 11101 100101110 1000011 101010

Color Harmonies of #B424B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424B0

Black with #B424B0

Text Example


Text Example

White with #B424B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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