Html Css Color HEX #B427D1 Dark Orchid

📋 copy color: '#B427D1'

red 180 ◦ green 39 ◦ blue 209

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

Shades of Dark Orchid #B427D1

Tints of Dark Orchid #B427D1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.11%

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

R = 42.06%
G = 9.11%
B = 48.83%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B427D1 (or 0xB427D1) is known color: Dark Orchid. HEX triplet: B4, 27 and D1. RGB value is (180,39,209). Sum of RGB (Red+Green+Blue) = 180+39+209=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #B427D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B427D1 is #4BD82E. Grayscale: #636363. Windows color (decimal): -4970543 or 13707188. OLE color: 13707188.

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

Color convert

RGB 180 39 209 -
CMYK 0.14 0.81 0 0.18
HSL 289.76º 0.69% 0.49% -
HSV(B) 289.76º 0.81% 0.82% -
XYZ 31.06 15.76 61.73 -
YUV 100.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 180 39 209 0.14 0.81 0 0.18 289.76 0.69 0.49
Hex B4 27 D1 E 51 0 12 122 45 31
Octal 264 47 321 16 121 0 22 442 105 61
Binary 10110100 100111 11010001 1110 1010001 0 10010 100100010 1000101 110001

Color Harmonies of #B427D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B427D1

Black with #B427D1

Text Example


Text Example

White with #B427D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B427D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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