Html Css Color HEX #B424E0 Dark Orchid

📋 copy color: '#B424E0'

red 180 ◦ green 36 ◦ blue 224

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

Shades of Dark Orchid #B424E0

Tints of Dark Orchid #B424E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.91%

R = 40.91%
G = 8.18%
B = 50.91%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B424E0 (or 0xB424E0) is known color: Dark Orchid. HEX triplet: B4, 24 and E0. RGB value is (180,36,224). Sum of RGB (Red+Green+Blue) = 180+36+224=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #B424E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424E0 is #4BDB1F. Grayscale: #636363. Windows color (decimal): -4971296 or 14689460. OLE color: 14689460.

HSL color Cylindrical-coordinate representation of color #B424E0: hue angle of 285.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B424E0 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 36 224 -
CMYK 0.20 0.84 0 0.12
HSL 285.96º 0.75% 0.51% -
HSV(B) 285.96º 0.84% 0.88% -
XYZ 32.91 16.35 71.94 -
YUV 100.49 197.71 184.71 -
System Red Green Blue C M Y K H S L
Decimal 180 36 224 0.20 0.84 0 0.12 285.96 0.75 0.51
Hex B4 24 E0 14 54 0 C 11E 4B 33
Octal 264 44 340 24 124 0 14 436 113 63
Binary 10110100 100100 11100000 10100 1010100 0 1100 100011110 1001011 110011

Color Harmonies of #B424E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424E0

Black with #B424E0

Text Example


Text Example

White with #B424E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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