Html Css Color HEX #B429BB Dark Orchid

📋 copy color: '#B429BB'

red 180 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #B429BB

Tints of Dark Orchid #B429BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 44.12%
G = 10.05%
B = 45.83%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B429BB (or 0xB429BB) is known color: Dark Orchid. HEX triplet: B4, 29 and BB. RGB value is (180,41,187). Sum of RGB (Red+Green+Blue) = 180+41+187=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #B429BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429BB is #4BD644. Grayscale: #626262. Windows color (decimal): -4970053 or 12265908. OLE color: 12265908.

HSL color Cylindrical-coordinate representation of color #B429BB: hue angle of 297.12º 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 #B429BB is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 41 187 -
CMYK 0.04 0.78 0 0.27
HSL 297.12º 0.64% 0.45% -
HSV(B) 297.12º 0.78% 0.73% -
XYZ 28.58 14.88 48.38 -
YUV 99.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 180 41 187 0.04 0.78 0 0.27 297.12 0.64 0.45
Hex B4 29 BB 4 4E 0 1B 129 40 2D
Octal 264 51 273 4 116 0 33 451 100 55
Binary 10110100 101001 10111011 100 1001110 0 11011 100101001 1000000 101101

Color Harmonies of #B429BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429BB

Black with #B429BB

Text Example


Text Example

White with #B429BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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