Html Css Color HEX #B429CE Dark Orchid

📋 copy color: '#B429CE'

red 180 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #B429CE

Tints of Dark Orchid #B429CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 42.15%
G = 9.6%
B = 48.24%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B429CE (or 0xB429CE) is known color: Dark Orchid. HEX triplet: B4, 29 and CE. RGB value is (180,41,206). Sum of RGB (Red+Green+Blue) = 180+41+206=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #B429CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429CE is #4BD631. Grayscale: #646464. Windows color (decimal): -4970034 or 13511092. OLE color: 13511092.

HSL color Cylindrical-coordinate representation of color #B429CE: hue angle of 290.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B429CE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 41 206 -
CMYK 0.13 0.80 0 0.19
HSL 290.55º 0.67% 0.48% -
HSV(B) 290.55º 0.8% 0.81% -
XYZ 30.76 15.75 59.81 -
YUV 101.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 180 41 206 0.13 0.80 0 0.19 290.55 0.67 0.48
Hex B4 29 CE D 50 0 13 123 43 30
Octal 264 51 316 15 120 0 23 443 103 60
Binary 10110100 101001 11001110 1101 1010000 0 10011 100100011 1000011 110000

Color Harmonies of #B429CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429CE

Black with #B429CE

Text Example


Text Example

White with #B429CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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