Html Css Color HEX #B81FDD Dark Orchid

📋 copy color: '#B81FDD'

red 184 ◦ green 31 ◦ blue 221

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

Shades of Dark Orchid #B81FDD

Tints of Dark Orchid #B81FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.11%

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

R = 42.2%
G = 7.11%
B = 50.69%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B81FDD (or 0xB81FDD) is known color: Dark Orchid. HEX triplet: B8, 1F and DD. RGB value is (184,31,221). Sum of RGB (Red+Green+Blue) = 184+31+221=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #B81FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FDD is #47E022. Grayscale: #616161. Windows color (decimal): -4710435 or 14491576. OLE color: 14491576.

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

Color convert

RGB 184 31 221 -
CMYK 0.17 0.86 0 0.13
HSL 288.32º 0.75% 0.49% -
HSV(B) 288.32º 0.86% 0.87% -
XYZ 33.31 16.39 69.81 -
YUV 98.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 184 31 221 0.17 0.86 0 0.13 288.32 0.75 0.49
Hex B8 1F DD 11 56 0 D 120 4B 31
Octal 270 37 335 21 126 0 15 440 113 61
Binary 10111000 11111 11011101 10001 1010110 0 1101 100100000 1001011 110001

Color Harmonies of #B81FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81FDD

Black with #B81FDD

Text Example


Text Example

White with #B81FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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