Html Css Color HEX #B828DA Dark Orchid

📋 copy color: '#B828DA'

red 184 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #B828DA

Tints of Dark Orchid #B828DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.05%

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 41.63%
G = 9.05%
B = 49.32%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B828DA (or 0xB828DA) is known color: Dark Orchid. HEX triplet: B8, 28 and DA. RGB value is (184,40,218). Sum of RGB (Red+Green+Blue) = 184+40+218=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #B828DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828DA is #47D725. Grayscale: #666666. Windows color (decimal): -4708134 or 14297272. OLE color: 14297272.

HSL color Cylindrical-coordinate representation of color #B828DA: hue angle of 288.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B828DA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 40 218 -
CMYK 0.16 0.82 0 0.15
HSL 288.54º 0.71% 0.51% -
HSV(B) 288.54º 0.82% 0.85% -
XYZ 33.18 16.77 67.82 -
YUV 103.35 192.71 185.53 -
System Red Green Blue C M Y K H S L
Decimal 184 40 218 0.16 0.82 0 0.15 288.54 0.71 0.51
Hex B8 28 DA 10 52 0 F 121 47 33
Octal 270 50 332 20 122 0 17 441 107 63
Binary 10111000 101000 11011010 10000 1010010 0 1111 100100001 1000111 110011

Color Harmonies of #B828DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828DA

Black with #B828DA

Text Example


Text Example

White with #B828DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828DA; }

 p { color: rgb(184,40,218); }

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

background-color css

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

 a { background-color: rgb(184,40,218); }

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

border-color css

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

 span { border-color: rgb(184,40,218); }

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