Html Css Color HEX #B829BE Dark Orchid

📋 copy color: '#B829BE'

red 184 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #B829BE

Tints of Dark Orchid #B829BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 44.34%
G = 9.88%
B = 45.78%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B829BE (or 0xB829BE) is known color: Dark Orchid. HEX triplet: B8, 29 and BE. RGB value is (184,41,190). Sum of RGB (Red+Green+Blue) = 184+41+190=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #B829BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829BE is #47D641. Grayscale: #646464. Windows color (decimal): -4707906 or 12462520. OLE color: 12462520.

HSL color Cylindrical-coordinate representation of color #B829BE: hue angle of 297.58º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B829BE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 41 190 -
CMYK 0.03 0.78 0 0.25
HSL 297.58º 0.65% 0.45% -
HSV(B) 297.58º 0.78% 0.75% -
XYZ 29.85 15.49 50.13 -
YUV 100.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 184 41 190 0.03 0.78 0 0.25 297.58 0.65 0.45
Hex B8 29 BE 3 4E 0 19 12A 41 2D
Octal 270 51 276 3 116 0 31 452 101 55
Binary 10111000 101001 10111110 11 1001110 0 11001 100101010 1000001 101101

Color Harmonies of #B829BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829BE

Black with #B829BE

Text Example


Text Example

White with #B829BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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