Html Css Color HEX #B921D8 Dark Orchid

📋 copy color: '#B921D8'

red 185 ◦ green 33 ◦ blue 216

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

Shades of Dark Orchid #B921D8

Tints of Dark Orchid #B921D8

RGB

 RED value IS 185 (72.66% from 255) = 42.63%

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

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

R = 42.63%
G = 7.6%
B = 49.77%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B921D8 (or 0xB921D8) is known color: Dark Orchid. HEX triplet: B9, 21 and D8. RGB value is (185,33,216). Sum of RGB (Red+Green+Blue) = 185+33+216=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #B921D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921D8 is #46DE27. Grayscale: #626262. Windows color (decimal): -4644392 or 14164409. OLE color: 14164409.

HSL color Cylindrical-coordinate representation of color #B921D8: hue angle of 289.84º 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 #B921D8 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 33 216 -
CMYK 0.14 0.85 0 0.15
HSL 289.84º 0.73% 0.49% -
HSV(B) 289.84º 0.85% 0.85% -
XYZ 32.95 16.36 66.39 -
YUV 99.31 193.86 189.12 -
System Red Green Blue C M Y K H S L
Decimal 185 33 216 0.14 0.85 0 0.15 289.84 0.73 0.49
Hex B9 21 D8 E 55 0 F 122 49 31
Octal 271 41 330 16 125 0 17 442 111 61
Binary 10111001 100001 11011000 1110 1010101 0 1111 100100010 1001001 110001

Color Harmonies of #B921D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921D8

Black with #B921D8

Text Example


Text Example

White with #B921D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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