Html Css Color HEX #B829CE Dark Orchid

📋 copy color: '#B829CE'

red 184 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #B829CE

Tints of Dark Orchid #B829CE

RGB

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

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

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

R = 42.69%
G = 9.51%
B = 47.8%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B829CE (or 0xB829CE) is known color: Dark Orchid. HEX triplet: B8, 29 and CE. RGB value is (184,41,206). Sum of RGB (Red+Green+Blue) = 184+41+206=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #B829CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829CE is #47D631. Grayscale: #666666. Windows color (decimal): -4707890 or 13511096. OLE color: 13511096.

HSL color Cylindrical-coordinate representation of color #B829CE: hue angle of 292º 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 #B829CE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 41 206 -
CMYK 0.11 0.80 0 0.19
HSL 292º 0.67% 0.48% -
HSV(B) 292º 0.8% 0.81% -
XYZ 31.7 16.23 59.85 -
YUV 102.57 186.38 186.08 -
System Red Green Blue C M Y K H S L
Decimal 184 41 206 0.11 0.80 0 0.19 292 0.67 0.48
Hex B8 29 CE B 50 0 13 124 43 30
Octal 270 51 316 13 120 0 23 444 103 60
Binary 10111000 101001 11001110 1011 1010000 0 10011 100100100 1000011 110000

Color Harmonies of #B829CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829CE

Black with #B829CE

Text Example


Text Example

White with #B829CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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