Html Css Color HEX #BF46DA Medium Orchid

📋 copy color: '#BF46DA'

red 191 ◦ green 70 ◦ blue 218

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

Shades of Medium Orchid #BF46DA

Tints of Medium Orchid #BF46DA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.61%

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

R = 39.87%
G = 14.61%
B = 45.51%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF46DA (or 0xBF46DA) is known color: Medium Orchid. HEX triplet: BF, 46 and DA. RGB value is (191,70,218). Sum of RGB (Red+Green+Blue) = 191+70+218=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF46DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46DA is #40B925. Grayscale: #7A7A7A. Windows color (decimal): -4241702 or 14304959. OLE color: 14304959.

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

Color convert

RGB 191 70 218 -
CMYK 0.12 0.68 0 0.15
HSL 289.05º 0.67% 0.56% -
HSV(B) 289.05º 0.68% 0.85% -
XYZ 36.33 20.52 68.38 -
YUV 123.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 191 70 218 0.12 0.68 0 0.15 289.05 0.67 0.56
Hex BF 46 DA C 44 0 F 121 43 38
Octal 277 106 332 14 104 0 17 441 103 70
Binary 10111111 1000110 11011010 1100 1000100 0 1111 100100001 1000011 111000

Color Harmonies of #BF46DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF46DA

Black with #BF46DA

Text Example


Text Example

White with #BF46DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF46DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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