Html Css Color HEX #B829DA Dark Orchid

📋 copy color: '#B829DA'

red 184 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #B829DA

Tints of Dark Orchid #B829DA

RGB

 RED value IS 184 (72.27% from 255) = 41.53%

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 41.53%
G = 9.26%
B = 49.21%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B829DA (or 0xB829DA) is known color: Dark Orchid. HEX triplet: B8, 29 and DA. RGB value is (184,41,218). Sum of RGB (Red+Green+Blue) = 184+41+218=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #B829DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829DA is #47D625. Grayscale: #676767. Windows color (decimal): -4707878 or 14297528. OLE color: 14297528.

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

Color convert

RGB 184 41 218 -
CMYK 0.16 0.81 0 0.15
HSL 288.47º 0.71% 0.51% -
HSV(B) 288.47º 0.81% 0.85% -
XYZ 33.21 16.84 67.83 -
YUV 103.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 184 41 218 0.16 0.81 0 0.15 288.47 0.71 0.51
Hex B8 29 DA 10 51 0 F 120 47 33
Octal 270 51 332 20 121 0 17 440 107 63
Binary 10111000 101001 11011010 10000 1010001 0 1111 100100000 1000111 110011

Color Harmonies of #B829DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829DA

Black with #B829DA

Text Example


Text Example

White with #B829DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829DA; }

 p { color: rgb(184,41,218); }

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

background-color css

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

 a { background-color: rgb(184,41,218); }

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

border-color css

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

 span { border-color: rgb(184,41,218); }

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