Html Css Color HEX #B829CD Dark Orchid

📋 copy color: '#B829CD'

red 184 ◦ green 41 ◦ blue 205

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

Shades of Dark Orchid #B829CD

Tints of Dark Orchid #B829CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 42.79%
G = 9.53%
B = 47.67%

CMYK

 C value IS 0.10

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B829CD (or 0xB829CD) is known color: Dark Orchid. HEX triplet: B8, 29 and CD. RGB value is (184,41,205). Sum of RGB (Red+Green+Blue) = 184+41+205=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #B829CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829CD is #47D632. Grayscale: #656565. Windows color (decimal): -4707891 or 13445560. OLE color: 13445560.

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

Color convert

RGB 184 41 205 -
CMYK 0.10 0.8 0 0.20
HSL 292.32º 0.67% 0.48% -
HSV(B) 292.32º 0.8% 0.8% -
XYZ 31.58 16.18 59.22 -
YUV 102.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 184 41 205 0.10 0.8 0 0.20 292.32 0.67 0.48
Hex B8 29 CD A 50 0 14 124 43 30
Octal 270 51 315 12 120 0 24 444 103 60
Binary 10111000 101001 11001101 1010 1010000 0 10100 100100100 1000011 110000

Color Harmonies of #B829CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829CD

Black with #B829CD

Text Example


Text Example

White with #B829CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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