Html Css Color HEX #B424DD Dark Orchid

📋 copy color: '#B424DD'

red 180 ◦ green 36 ◦ blue 221

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

Shades of Dark Orchid #B424DD

Tints of Dark Orchid #B424DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 41.19%
G = 8.24%
B = 50.57%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B424DD (or 0xB424DD) is known color: Dark Orchid. HEX triplet: B4, 24 and DD. RGB value is (180,36,221). Sum of RGB (Red+Green+Blue) = 180+36+221=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #B424DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424DD is #4BDB22. Grayscale: #636363. Windows color (decimal): -4971299 or 14492852. OLE color: 14492852.

HSL color Cylindrical-coordinate representation of color #B424DD: hue angle of 286.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B424DD is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 36 221 -
CMYK 0.19 0.84 0 0.13
HSL 286.7º 0.73% 0.5% -
HSV(B) 286.7º 0.84% 0.87% -
XYZ 32.5 16.19 69.82 -
YUV 100.15 196.21 184.96 -
System Red Green Blue C M Y K H S L
Decimal 180 36 221 0.19 0.84 0 0.13 286.7 0.73 0.5
Hex B4 24 DD 13 54 0 D 11F 49 32
Octal 264 44 335 23 124 0 15 437 111 62
Binary 10110100 100100 11011101 10011 1010100 0 1101 100011111 1001001 110010

Color Harmonies of #B424DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424DD

Black with #B424DD

Text Example


Text Example

White with #B424DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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