Html Css Color HEX #B424B2 Dark Orchid

📋 copy color: '#B424B2'

red 180 ◦ green 36 ◦ blue 178

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

Shades of Dark Orchid #B424B2

Tints of Dark Orchid #B424B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.18%

R = 45.69%
G = 9.14%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B424B2 (or 0xB424B2) is known color: Dark Orchid. HEX triplet: B4, 24 and B2. RGB value is (180,36,178). Sum of RGB (Red+Green+Blue) = 180+36+178=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B424B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B424B2 is #4BDB4D. Grayscale: #5E5E5E. Windows color (decimal): -4971342 or 11674804. OLE color: 11674804.

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

Color convert

RGB 180 36 178 -
CMYK 0 0.8 0.01 0.29
HSL 300.83º 0.67% 0.42% -
HSV(B) 300.83º 0.8% 0.71% -
XYZ 27.49 14.18 43.41 -
YUV 95.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 180 36 178 0 0.8 0.01 0.29 300.83 0.67 0.42
Hex B4 24 B2 0 50 1 1D 12D 43 2A
Octal 264 44 262 0 120 1 35 455 103 52
Binary 10110100 100100 10110010 0 1010000 1 11101 100101101 1000011 101010

Color Harmonies of #B424B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424B2

Black with #B424B2

Text Example


Text Example

White with #B424B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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