Html Css Color HEX #B429E2 Dark Orchid

📋 copy color: '#B429E2'

red 180 ◦ green 41 ◦ blue 226

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

Shades of Dark Orchid #B429E2

Tints of Dark Orchid #B429E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.56%

R = 40.27%
G = 9.17%
B = 50.56%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B429E2 (or 0xB429E2) is known color: Dark Orchid. HEX triplet: B4, 29 and E2. RGB value is (180,41,226). Sum of RGB (Red+Green+Blue) = 180+41+226=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #B429E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429E2 is #4BD61D. Grayscale: #676767. Windows color (decimal): -4970014 or 14821812. OLE color: 14821812.

HSL color Cylindrical-coordinate representation of color #B429E2: hue angle of 285.08º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B429E2 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 41 226 -
CMYK 0.20 0.82 0 0.11
HSL 285.08º 0.76% 0.52% -
HSV(B) 285.08º 0.82% 0.89% -
XYZ 33.34 16.78 73.43 -
YUV 103.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 180 41 226 0.20 0.82 0 0.11 285.08 0.76 0.52
Hex B4 29 E2 14 52 0 B 11D 4C 34
Octal 264 51 342 24 122 0 13 435 114 64
Binary 10110100 101001 11100010 10100 1010010 0 1011 100011101 1001100 110100

Color Harmonies of #B429E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429E2

Black with #B429E2

Text Example


Text Example

White with #B429E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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