Html Css Color HEX #B828D6 Dark Orchid

📋 copy color: '#B828D6'

red 184 ◦ green 40 ◦ blue 214

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

Shades of Dark Orchid #B828D6

Tints of Dark Orchid #B828D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 42.01%
G = 9.13%
B = 48.86%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B828D6 (or 0xB828D6) is known color: Dark Orchid. HEX triplet: B8, 28 and D6. RGB value is (184,40,214). Sum of RGB (Red+Green+Blue) = 184+40+214=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #B828D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828D6 is #47D729. Grayscale: #666666. Windows color (decimal): -4708138 or 14035128. OLE color: 14035128.

HSL color Cylindrical-coordinate representation of color #B828D6: hue angle of 289.66º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B828D6 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 40 214 -
CMYK 0.14 0.81 0 0.16
HSL 289.66º 0.69% 0.5% -
HSV(B) 289.66º 0.81% 0.84% -
XYZ 32.66 16.56 65.09 -
YUV 102.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 184 40 214 0.14 0.81 0 0.16 289.66 0.69 0.5
Hex B8 28 D6 E 51 0 10 122 45 32
Octal 270 50 326 16 121 0 20 442 105 62
Binary 10111000 101000 11010110 1110 1010001 0 10000 100100010 1000101 110010

Color Harmonies of #B828D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828D6

Black with #B828D6

Text Example


Text Example

White with #B828D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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