Html Css Color HEX #B429DD Dark Orchid

📋 copy color: '#B429DD'

red 180 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #B429DD

Tints of Dark Orchid #B429DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 40.72%
G = 9.28%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B429DD (or 0xB429DD) is known color: Dark Orchid. HEX triplet: B4, 29 and DD. RGB value is (180,41,221). Sum of RGB (Red+Green+Blue) = 180+41+221=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #B429DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429DD is #4BD622. Grayscale: #666666. Windows color (decimal): -4970019 or 14494132. OLE color: 14494132.

HSL color Cylindrical-coordinate representation of color #B429DD: hue angle of 286.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B429DD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 41 221 -
CMYK 0.19 0.81 0 0.13
HSL 286.33º 0.73% 0.51% -
HSV(B) 286.33º 0.81% 0.87% -
XYZ 32.67 16.51 69.87 -
YUV 103.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 180 41 221 0.19 0.81 0 0.13 286.33 0.73 0.51
Hex B4 29 DD 13 51 0 D 11E 49 33
Octal 264 51 335 23 121 0 15 436 111 63
Binary 10110100 101001 11011101 10011 1010001 0 1101 100011110 1001001 110011

Color Harmonies of #B429DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429DD

Black with #B429DD

Text Example


Text Example

White with #B429DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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