Html Css Color HEX #BF60F3 Medium Orchid

📋 copy color: '#BF60F3'

red 191 ◦ green 96 ◦ blue 243

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

Shades of Medium Orchid #BF60F3

Tints of Medium Orchid #BF60F3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.11%

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

R = 36.04%
G = 18.11%
B = 45.85%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF60F3 (or 0xBF60F3) is known color: Medium Orchid. HEX triplet: BF, 60 and F3. RGB value is (191,96,243). Sum of RGB (Red+Green+Blue) = 191+96+243=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF60F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF60F3 is #409F0C. Grayscale: #8C8C8C. Windows color (decimal): -4235021 or 15950015. OLE color: 15950015.

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

Color convert

RGB 191 96 243 -
CMYK 0.21 0.60 0 0.05
HSL 278.78º 0.86% 0.66% -
HSV(B) 278.78º 0.6% 0.95% -
XYZ 41.85 25.91 87.59 -
YUV 141.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 191 96 243 0.21 0.60 0 0.05 278.78 0.86 0.66
Hex BF 60 F3 15 3C 0 5 117 56 42
Octal 277 140 363 25 74 0 5 427 126 102
Binary 10111111 1100000 11110011 10101 111100 0 101 100010111 1010110 1000010

Color Harmonies of #BF60F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60F3

Black with #BF60F3

Text Example


Text Example

White with #BF60F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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