Html Css Color HEX #B427D0 Dark Orchid

📋 copy color: '#B427D0'

red 180 ◦ green 39 ◦ blue 208

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

Shades of Dark Orchid #B427D0

Tints of Dark Orchid #B427D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.71%

R = 42.15%
G = 9.13%
B = 48.71%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B427D0 (or 0xB427D0) is known color: Dark Orchid. HEX triplet: B4, 27 and D0. RGB value is (180,39,208). Sum of RGB (Red+Green+Blue) = 180+39+208=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #B427D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B427D0 is #4BD82F. Grayscale: #636363. Windows color (decimal): -4970544 or 13641652. OLE color: 13641652.

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

Color convert

RGB 180 39 208 -
CMYK 0.13 0.81 0 0.18
HSL 290.06º 0.68% 0.48% -
HSV(B) 290.06º 0.81% 0.82% -
XYZ 30.93 15.71 61.08 -
YUV 100.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 180 39 208 0.13 0.81 0 0.18 290.06 0.68 0.48
Hex B4 27 D0 D 51 0 12 122 44 30
Octal 264 47 320 15 121 0 22 442 104 60
Binary 10110100 100111 11010000 1101 1010001 0 10010 100100010 1000100 110000

Color Harmonies of #B427D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B427D0

Black with #B427D0

Text Example


Text Example

White with #B427D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B427D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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