Html Css Color HEX #B821D8 Dark Orchid

📋 copy color: '#B821D8'

red 184 ◦ green 33 ◦ blue 216

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

Shades of Dark Orchid #B821D8

Tints of Dark Orchid #B821D8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.62%

 BLUE value IS 216 (84.77% from 255) = 49.88%

R = 42.49%
G = 7.62%
B = 49.88%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B821D8 (or 0xB821D8) is known color: Dark Orchid. HEX triplet: B8, 21 and D8. RGB value is (184,33,216). Sum of RGB (Red+Green+Blue) = 184+33+216=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #B821D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821D8 is #47DE27. Grayscale: #626262. Windows color (decimal): -4709928 or 14164408. OLE color: 14164408.

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

Color convert

RGB 184 33 216 -
CMYK 0.15 0.85 0 0.15
HSL 289.51º 0.73% 0.49% -
HSV(B) 289.51º 0.85% 0.85% -
XYZ 32.71 16.24 66.38 -
YUV 99.01 194.03 188.62 -
System Red Green Blue C M Y K H S L
Decimal 184 33 216 0.15 0.85 0 0.15 289.51 0.73 0.49
Hex B8 21 D8 F 55 0 F 122 49 31
Octal 270 41 330 17 125 0 17 442 111 61
Binary 10111000 100001 11011000 1111 1010101 0 1111 100100010 1001001 110001

Color Harmonies of #B821D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821D8

Black with #B821D8

Text Example


Text Example

White with #B821D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821D8; }

 p { color: rgb(184,33,216); }

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

background-color css

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

 a { background-color: rgb(184,33,216); }

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

border-color css

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

 span { border-color: rgb(184,33,216); }

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