Html Css Color HEX #B429BA Dark Orchid

📋 copy color: '#B429BA'

red 180 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #B429BA

Tints of Dark Orchid #B429BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 44.23%
G = 10.07%
B = 45.7%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B429BA (or 0xB429BA) is known color: Dark Orchid. HEX triplet: B4, 29 and BA. RGB value is (180,41,186). Sum of RGB (Red+Green+Blue) = 180+41+186=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B429BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429BA is #4BD645. Grayscale: #626262. Windows color (decimal): -4970054 or 12200372. OLE color: 12200372.

HSL color Cylindrical-coordinate representation of color #B429BA: hue angle of 297.52º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B429BA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 41 186 -
CMYK 0.03 0.78 0 0.27
HSL 297.52º 0.64% 0.45% -
HSV(B) 297.52º 0.78% 0.73% -
XYZ 28.48 14.83 47.82 -
YUV 99.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 180 41 186 0.03 0.78 0 0.27 297.52 0.64 0.45
Hex B4 29 BA 3 4E 0 1B 12A 40 2D
Octal 264 51 272 3 116 0 33 452 100 55
Binary 10110100 101001 10111010 11 1001110 0 11011 100101010 1000000 101101

Color Harmonies of #B429BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429BA

Black with #B429BA

Text Example


Text Example

White with #B429BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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