Html Css Color HEX #BF40F3 Medium Orchid

📋 copy color: '#BF40F3'

red 191 ◦ green 64 ◦ blue 243

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

Shades of Medium Orchid #BF40F3

Tints of Medium Orchid #BF40F3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.85%

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 38.35%
G = 12.85%
B = 48.8%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF40F3 (or 0xBF40F3) is known color: Medium Orchid. HEX triplet: BF, 40 and F3. RGB value is (191,64,243). Sum of RGB (Red+Green+Blue) = 191+64+243=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF40F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40F3 is #40BF0C. Grayscale: #797979. Windows color (decimal): -4243213 or 15941823. OLE color: 15941823.

HSL color Cylindrical-coordinate representation of color #BF40F3: hue angle of 282.57º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF40F3 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 64 243 -
CMYK 0.21 0.74 0 0.05
HSL 282.57º 0.88% 0.6% -
HSV(B) 282.57º 0.74% 0.95% -
XYZ 39.5 21.21 86.81 -
YUV 122.38 196.08 176.95 -
System Red Green Blue C M Y K H S L
Decimal 191 64 243 0.21 0.74 0 0.05 282.57 0.88 0.6
Hex BF 40 F3 15 4A 0 5 11B 58 3C
Octal 277 100 363 25 112 0 5 433 130 74
Binary 10111111 1000000 11110011 10101 1001010 0 101 100011011 1011000 111100

Color Harmonies of #BF40F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40F3

Black with #BF40F3

Text Example


Text Example

White with #BF40F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40F3; }

 p { color: rgb(191,64,243); }

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

background-color css

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

 a { background-color: rgb(191,64,243); }

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

border-color css

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

 span { border-color: rgb(191,64,243); }

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