Html Css Color HEX #BF68F0 Medium Orchid

📋 copy color: '#BF68F0'

red 191 ◦ green 104 ◦ blue 240

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

Shades of Medium Orchid #BF68F0

Tints of Medium Orchid #BF68F0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.44%

 BLUE value IS 240 (94.14% from 255) = 44.86%

R = 35.7%
G = 19.44%
B = 44.86%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF68F0 (or 0xBF68F0) is known color: Medium Orchid. HEX triplet: BF, 68 and F0. RGB value is (191,104,240). Sum of RGB (Red+Green+Blue) = 191+104+240=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68F0 is #40970F. Grayscale: #919191. Windows color (decimal): -4232976 or 15755455. OLE color: 15755455.

HSL color Cylindrical-coordinate representation of color #BF68F0: hue angle of 278.38º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF68F0 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 104 240 -
CMYK 0.20 0.57 0 0.06
HSL 278.38º 0.82% 0.67% -
HSV(B) 278.38º 0.57% 0.94% -
XYZ 42.16 27.27 85.48 -
YUV 145.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 191 104 240 0.20 0.57 0 0.06 278.38 0.82 0.67
Hex BF 68 F0 14 39 0 6 116 52 43
Octal 277 150 360 24 71 0 6 426 122 103
Binary 10111111 1101000 11110000 10100 111001 0 110 100010110 1010010 1000011

Color Harmonies of #BF68F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68F0

Black with #BF68F0

Text Example


Text Example

White with #BF68F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68F0; }

 p { color: rgb(191,104,240); }

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

background-color css

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

 a { background-color: rgb(191,104,240); }

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

border-color css

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

 span { border-color: rgb(191,104,240); }

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