Html Css Color HEX #B81FDA Dark Orchid

📋 copy color: '#B81FDA'

red 184 ◦ green 31 ◦ blue 218

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

Shades of Dark Orchid #B81FDA

Tints of Dark Orchid #B81FDA

RGB

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

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

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

R = 42.49%
G = 7.16%
B = 50.35%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B81FDA (or 0xB81FDA) is known color: Dark Orchid. HEX triplet: B8, 1F and DA. RGB value is (184,31,218). Sum of RGB (Red+Green+Blue) = 184+31+218=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #B81FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FDA is #47E025. Grayscale: #616161. Windows color (decimal): -4710438 or 14294968. OLE color: 14294968.

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

Color convert

RGB 184 31 218 -
CMYK 0.16 0.86 0 0.15
HSL 289.09º 0.75% 0.49% -
HSV(B) 289.09º 0.86% 0.85% -
XYZ 32.91 16.23 67.73 -
YUV 98.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 184 31 218 0.16 0.86 0 0.15 289.09 0.75 0.49
Hex B8 1F DA 10 56 0 F 121 4B 31
Octal 270 37 332 20 126 0 17 441 113 61
Binary 10111000 11111 11011010 10000 1010110 0 1111 100100001 1001011 110001

Color Harmonies of #B81FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81FDA

Black with #B81FDA

Text Example


Text Example

White with #B81FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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