Html Css Color HEX #BF46F6 Medium Orchid

📋 copy color: '#BF46F6'

red 191 ◦ green 70 ◦ blue 246

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

Shades of Medium Orchid #BF46F6

Tints of Medium Orchid #BF46F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.52%

R = 37.67%
G = 13.81%
B = 48.52%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF46F6 (or 0xBF46F6) is known color: Medium Orchid. HEX triplet: BF, 46 and F6. RGB value is (191,70,246). Sum of RGB (Red+Green+Blue) = 191+70+246=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF46F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF46F6 is #40B909. Grayscale: #7D7D7D. Windows color (decimal): -4241674 or 16139967. OLE color: 16139967.

HSL color Cylindrical-coordinate representation of color #BF46F6: hue angle of 281.25º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF46F6 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 70 246 -
CMYK 0.22 0.72 0 0.04
HSL 281.25º 0.91% 0.62% -
HSV(B) 281.25º 0.72% 0.96% -
XYZ 40.31 22.11 89.33 -
YUV 126.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 191 70 246 0.22 0.72 0 0.04 281.25 0.91 0.62
Hex BF 46 F6 16 48 0 4 119 5B 3E
Octal 277 106 366 26 110 0 4 431 133 76
Binary 10111111 1000110 11110110 10110 1001000 0 100 100011001 1011011 111110

Color Harmonies of #BF46F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF46F6

Black with #BF46F6

Text Example


Text Example

White with #BF46F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF46F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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