Html Css Color HEX #B429DB Dark Orchid

📋 copy color: '#B429DB'

red 180 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #B429DB

Tints of Dark Orchid #B429DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 40.91%
G = 9.32%
B = 49.77%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B429DB (or 0xB429DB) is known color: Dark Orchid. HEX triplet: B4, 29 and DB. RGB value is (180,41,219). Sum of RGB (Red+Green+Blue) = 180+41+219=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B429DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429DB is #4BD624. Grayscale: #666666. Windows color (decimal): -4970021 or 14363060. OLE color: 14363060.

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

Color convert

RGB 180 41 219 -
CMYK 0.18 0.81 0 0.14
HSL 286.85º 0.71% 0.51% -
HSV(B) 286.85º 0.81% 0.86% -
XYZ 32.4 16.4 68.48 -
YUV 102.85 193.55 183.03 -
System Red Green Blue C M Y K H S L
Decimal 180 41 219 0.18 0.81 0 0.14 286.85 0.71 0.51
Hex B4 29 DB 12 51 0 E 11F 47 33
Octal 264 51 333 22 121 0 16 437 107 63
Binary 10110100 101001 11011011 10010 1010001 0 1110 100011111 1000111 110011

Color Harmonies of #B429DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429DB

Black with #B429DB

Text Example


Text Example

White with #B429DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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