Html Css Color HEX #B429CD Dark Orchid

📋 copy color: '#B429CD'

red 180 ◦ green 41 ◦ blue 205

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

Shades of Dark Orchid #B429CD

Tints of Dark Orchid #B429CD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.62%

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 42.25%
G = 9.62%
B = 48.12%

CMYK

 C value IS 0.12

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B429CD (or 0xB429CD) is known color: Dark Orchid. HEX triplet: B4, 29 and CD. RGB value is (180,41,205). Sum of RGB (Red+Green+Blue) = 180+41+205=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #B429CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429CD is #4BD632. Grayscale: #646464. Windows color (decimal): -4970035 or 13445556. OLE color: 13445556.

HSL color Cylindrical-coordinate representation of color #B429CD: hue angle of 290.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B429CD is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 41 205 -
CMYK 0.12 0.8 0 0.20
HSL 290.85º 0.67% 0.48% -
HSV(B) 290.85º 0.8% 0.8% -
XYZ 30.63 15.7 59.17 -
YUV 101.26 186.55 184.16 -
System Red Green Blue C M Y K H S L
Decimal 180 41 205 0.12 0.8 0 0.20 290.85 0.67 0.48
Hex B4 29 CD C 50 0 14 123 43 30
Octal 264 51 315 14 120 0 24 443 103 60
Binary 10110100 101001 11001101 1100 1010000 0 10100 100100011 1000011 110000

Color Harmonies of #B429CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429CD

Black with #B429CD

Text Example


Text Example

White with #B429CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429CD; }

 p { color: rgb(180,41,205); }

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

background-color css

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

 a { background-color: rgb(180,41,205); }

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

border-color css

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

 span { border-color: rgb(180,41,205); }

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