Html Css Color HEX #B826DD Dark Orchid

📋 copy color: '#B826DD'

red 184 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #B826DD

Tints of Dark Orchid #B826DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.58%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 41.53%
G = 8.58%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B826DD (or 0xB826DD) is known color: Dark Orchid. HEX triplet: B8, 26 and DD. RGB value is (184,38,221). Sum of RGB (Red+Green+Blue) = 184+38+221=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #B826DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826DD is #47D922. Grayscale: #656565. Windows color (decimal): -4708643 or 14493368. OLE color: 14493368.

HSL color Cylindrical-coordinate representation of color #B826DD: hue angle of 287.87º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B826DD is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 38 221 -
CMYK 0.17 0.83 0 0.13
HSL 287.87º 0.73% 0.51% -
HSV(B) 287.87º 0.83% 0.87% -
XYZ 33.51 16.8 69.88 -
YUV 102.52 194.87 186.12 -
System Red Green Blue C M Y K H S L
Decimal 184 38 221 0.17 0.83 0 0.13 287.87 0.73 0.51
Hex B8 26 DD 11 53 0 D 120 49 33
Octal 270 46 335 21 123 0 15 440 111 63
Binary 10111000 100110 11011101 10001 1010011 0 1101 100100000 1001001 110011

Color Harmonies of #B826DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826DD

Black with #B826DD

Text Example


Text Example

White with #B826DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826DD; }

 p { color: rgb(184,38,221); }

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

background-color css

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

 a { background-color: rgb(184,38,221); }

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

border-color css

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

 span { border-color: rgb(184,38,221); }

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