Html Css Color HEX #B829CA Dark Orchid

📋 copy color: '#B829CA'

red 184 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #B829CA

Tints of Dark Orchid #B829CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 43.09%
G = 9.6%
B = 47.31%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B829CA (or 0xB829CA) is known color: Dark Orchid. HEX triplet: B8, 29 and CA. RGB value is (184,41,202). Sum of RGB (Red+Green+Blue) = 184+41+202=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #B829CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829CA is #47D635. Grayscale: #656565. Windows color (decimal): -4707894 or 13248952. OLE color: 13248952.

HSL color Cylindrical-coordinate representation of color #B829CA: hue angle of 293.29º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B829CA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 41 202 -
CMYK 0.09 0.80 0 0.21
HSL 293.29º 0.66% 0.48% -
HSV(B) 293.29º 0.8% 0.79% -
XYZ 31.22 16.04 57.33 -
YUV 102.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 184 41 202 0.09 0.80 0 0.21 293.29 0.66 0.48
Hex B8 29 CA 9 50 0 15 125 42 30
Octal 270 51 312 11 120 0 25 445 102 60
Binary 10111000 101001 11001010 1001 1010000 0 10101 100100101 1000010 110000

Color Harmonies of #B829CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829CA

Black with #B829CA

Text Example


Text Example

White with #B829CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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