Html Css Color HEX #B429DA Dark Orchid

📋 copy color: '#B429DA'

red 180 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #B429DA

Tints of Dark Orchid #B429DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 41%
G = 9.34%
B = 49.66%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B429DA (or 0xB429DA) is known color: Dark Orchid. HEX triplet: B4, 29 and DA. RGB value is (180,41,218). Sum of RGB (Red+Green+Blue) = 180+41+218=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #B429DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429DA is #4BD625. Grayscale: #666666. Windows color (decimal): -4970022 or 14297524. OLE color: 14297524.

HSL color Cylindrical-coordinate representation of color #B429DA: hue angle of 287.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B429DA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 41 218 -
CMYK 0.17 0.81 0 0.15
HSL 287.12º 0.71% 0.51% -
HSV(B) 287.12º 0.81% 0.85% -
XYZ 32.27 16.35 67.78 -
YUV 102.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 180 41 218 0.17 0.81 0 0.15 287.12 0.71 0.51
Hex B4 29 DA 11 51 0 F 11F 47 33
Octal 264 51 332 21 121 0 17 437 107 63
Binary 10110100 101001 11011010 10001 1010001 0 1111 100011111 1000111 110011

Color Harmonies of #B429DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429DA

Black with #B429DA

Text Example


Text Example

White with #B429DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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