Html Css Color HEX #B430D1 Dark Orchid

📋 copy color: '#B430D1'

red 180 ◦ green 48 ◦ blue 209

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

Shades of Dark Orchid #B430D1

Tints of Dark Orchid #B430D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.98%

 BLUE value IS 209 (82.03% from 255) = 47.83%

R = 41.19%
G = 10.98%
B = 47.83%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B430D1 (or 0xB430D1) is known color: Dark Orchid. HEX triplet: B4, 30 and D1. RGB value is (180,48,209). Sum of RGB (Red+Green+Blue) = 180+48+209=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #B430D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430D1 is #4BCF2E. Grayscale: #696969. Windows color (decimal): -4968239 or 13709492. OLE color: 13709492.

HSL color Cylindrical-coordinate representation of color #B430D1: hue angle of 289.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B430D1 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 48 209 -
CMYK 0.14 0.77 0 0.18
HSL 289.19º 0.64% 0.5% -
HSV(B) 289.19º 0.77% 0.82% -
XYZ 31.39 16.42 61.84 -
YUV 105.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 180 48 209 0.14 0.77 0 0.18 289.19 0.64 0.5
Hex B4 30 D1 E 4D 0 12 121 40 32
Octal 264 60 321 16 115 0 22 441 100 62
Binary 10110100 110000 11010001 1110 1001101 0 10010 100100001 1000000 110010

Color Harmonies of #B430D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430D1

Black with #B430D1

Text Example


Text Example

White with #B430D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430D1; }

 p { color: rgb(180,48,209); }

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

background-color css

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

 a { background-color: rgb(180,48,209); }

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

border-color css

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

 span { border-color: rgb(180,48,209); }

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