Html Css Color HEX #B829EB Dark Orchid

📋 copy color: '#B829EB'

red 184 ◦ green 41 ◦ blue 235

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

Shades of Dark Orchid #B829EB

Tints of Dark Orchid #B829EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 40%
G = 8.91%
B = 51.09%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B829EB (or 0xB829EB) is known color: Dark Orchid. HEX triplet: B8, 29 and EB. RGB value is (184,41,235). Sum of RGB (Red+Green+Blue) = 184+41+235=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #B829EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B829EB is #47D614. Grayscale: #696969. Windows color (decimal): -4707861 or 15411640. OLE color: 15411640.

HSL color Cylindrical-coordinate representation of color #B829EB: hue angle of 284.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B829EB is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 41 235 -
CMYK 0.22 0.83 0 0.08
HSL 284.23º 0.83% 0.54% -
HSV(B) 284.23º 0.83% 0.92% -
XYZ 35.56 17.77 80.15 -
YUV 105.87 200.88 183.73 -
System Red Green Blue C M Y K H S L
Decimal 184 41 235 0.22 0.83 0 0.08 284.23 0.83 0.54
Hex B8 29 EB 16 53 0 8 11C 53 36
Octal 270 51 353 26 123 0 10 434 123 66
Binary 10111000 101001 11101011 10110 1010011 0 1000 100011100 1010011 110110

Color Harmonies of #B829EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829EB

Black with #B829EB

Text Example


Text Example

White with #B829EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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