Html Css Color HEX #B921DA Dark Orchid

📋 copy color: '#B921DA'

red 185 ◦ green 33 ◦ blue 218

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

Shades of Dark Orchid #B921DA

Tints of Dark Orchid #B921DA

RGB

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

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

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

R = 42.43%
G = 7.57%
B = 50%

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

#B921DA (or 0xB921DA) is known color: Dark Orchid. HEX triplet: B9, 21 and DA. RGB value is (185,33,218). Sum of RGB (Red+Green+Blue) = 185+33+218=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #B921DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921DA is #46DE25. Grayscale: #626262. Windows color (decimal): -4644390 or 14295481. OLE color: 14295481.

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

Color convert

RGB 185 33 218 -
CMYK 0.15 0.85 0 0.15
HSL 289.3º 0.74% 0.49% -
HSV(B) 289.3º 0.85% 0.85% -
XYZ 33.21 16.46 67.76 -
YUV 99.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 185 33 218 0.15 0.85 0 0.15 289.3 0.74 0.49
Hex B9 21 DA F 55 0 F 121 4A 31
Octal 271 41 332 17 125 0 17 441 112 61
Binary 10111001 100001 11011010 1111 1010101 0 1111 100100001 1001010 110001

Color Harmonies of #B921DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921DA

Black with #B921DA

Text Example


Text Example

White with #B921DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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