Html Css Color HEX #B431DC Dark Orchid

📋 copy color: '#B431DC'

red 180 ◦ green 49 ◦ blue 220

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

Shades of Dark Orchid #B431DC

Tints of Dark Orchid #B431DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.91%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 40.09%
G = 10.91%
B = 49%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B431DC (or 0xB431DC) is known color: Dark Orchid. HEX triplet: B4, 31 and DC. RGB value is (180,49,220). Sum of RGB (Red+Green+Blue) = 180+49+220=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #B431DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431DC is #4BCE23. Grayscale: #6B6B6B. Windows color (decimal): -4967972 or 14430644. OLE color: 14430644.

HSL color Cylindrical-coordinate representation of color #B431DC: hue angle of 285.96º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B431DC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 49 220 -
CMYK 0.18 0.78 0 0.14
HSL 285.96º 0.71% 0.53% -
HSV(B) 285.96º 0.78% 0.86% -
XYZ 32.84 17.07 69.27 -
YUV 107.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 180 49 220 0.18 0.78 0 0.14 285.96 0.71 0.53
Hex B4 31 DC 12 4E 0 E 11E 47 35
Octal 264 61 334 22 116 0 16 436 107 65
Binary 10110100 110001 11011100 10010 1001110 0 1110 100011110 1000111 110101

Color Harmonies of #B431DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431DC

Black with #B431DC

Text Example


Text Example

White with #B431DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431DC; }

 p { color: rgb(180,49,220); }

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

background-color css

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

 a { background-color: rgb(180,49,220); }

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

border-color css

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

 span { border-color: rgb(180,49,220); }

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