Html Css Color HEX #B829C3 Dark Orchid

📋 copy color: '#B829C3'

red 184 ◦ green 41 ◦ blue 195

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

Shades of Dark Orchid #B829C3

Tints of Dark Orchid #B829C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.43%

R = 43.81%
G = 9.76%
B = 46.43%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B829C3 (or 0xB829C3) is known color: Dark Orchid. HEX triplet: B8, 29 and C3. RGB value is (184,41,195). Sum of RGB (Red+Green+Blue) = 184+41+195=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #B829C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829C3 is #47D63C. Grayscale: #646464. Windows color (decimal): -4707901 or 12790200. OLE color: 12790200.

HSL color Cylindrical-coordinate representation of color #B829C3: hue angle of 295.71º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B829C3 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 41 195 -
CMYK 0.06 0.79 0 0.24
HSL 295.71º 0.65% 0.46% -
HSV(B) 295.71º 0.79% 0.76% -
XYZ 30.41 15.72 53.06 -
YUV 101.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 184 41 195 0.06 0.79 0 0.24 295.71 0.65 0.46
Hex B8 29 C3 6 4F 0 18 128 41 2E
Octal 270 51 303 6 117 0 30 450 101 56
Binary 10111000 101001 11000011 110 1001111 0 11000 100101000 1000001 101110

Color Harmonies of #B829C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829C3

Black with #B829C3

Text Example


Text Example

White with #B829C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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