Html Css Color HEX #B424C1 Dark Orchid

📋 copy color: '#B424C1'

red 180 ◦ green 36 ◦ blue 193

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

Shades of Dark Orchid #B424C1

Tints of Dark Orchid #B424C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.19%

R = 44.01%
G = 8.8%
B = 47.19%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B424C1 (or 0xB424C1) is known color: Dark Orchid. HEX triplet: B4, 24 and C1. RGB value is (180,36,193). Sum of RGB (Red+Green+Blue) = 180+36+193=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #B424C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424C1 is #4BDB3E. Grayscale: #606060. Windows color (decimal): -4971327 or 12657844. OLE color: 12657844.

HSL color Cylindrical-coordinate representation of color #B424C1: hue angle of 295.03º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B424C1 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 36 193 -
CMYK 0.07 0.81 0 0.24
HSL 295.03º 0.69% 0.45% -
HSV(B) 295.03º 0.81% 0.76% -
XYZ 29.08 14.82 51.78 -
YUV 96.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 180 36 193 0.07 0.81 0 0.24 295.03 0.69 0.45
Hex B4 24 C1 7 51 0 18 127 45 2D
Octal 264 44 301 7 121 0 30 447 105 55
Binary 10110100 100100 11000001 111 1010001 0 11000 100100111 1000101 101101

Color Harmonies of #B424C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424C1

Black with #B424C1

Text Example


Text Example

White with #B424C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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