Html Css Color HEX #BF31DA Medium Orchid

📋 copy color: '#BF31DA'

red 191 ◦ green 49 ◦ blue 218

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

Shades of Medium Orchid #BF31DA

Tints of Medium Orchid #BF31DA

RGB

 RED value IS 191 (75% from 255) = 41.7%

 GREEN value IS 49 (19.53% from 255) = 10.7%

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

R = 41.7%
G = 10.7%
B = 47.6%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF31DA (or 0xBF31DA) is known color: Medium Orchid. HEX triplet: BF, 31 and DA. RGB value is (191,49,218). Sum of RGB (Red+Green+Blue) = 191+49+218=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF31DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31DA is #40CE25. Grayscale: #6E6E6E. Windows color (decimal): -4247078 or 14299583. OLE color: 14299583.

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

Color convert

RGB 191 49 218 -
CMYK 0.12 0.78 0 0.15
HSL 290.41º 0.7% 0.52% -
HSV(B) 290.41º 0.78% 0.85% -
XYZ 35.24 18.33 68.01 -
YUV 110.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 191 49 218 0.12 0.78 0 0.15 290.41 0.7 0.52
Hex BF 31 DA C 4E 0 F 122 46 34
Octal 277 61 332 14 116 0 17 442 106 64
Binary 10111111 110001 11011010 1100 1001110 0 1111 100100010 1000110 110100

Color Harmonies of #BF31DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF31DA

Black with #BF31DA

Text Example


Text Example

White with #BF31DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF31DA; }

 p { color: rgb(191,49,218); }

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

background-color css

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

 a { background-color: rgb(191,49,218); }

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

border-color css

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

 span { border-color: rgb(191,49,218); }

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