Html Css Color HEX #BF69F0 Medium Orchid

📋 copy color: '#BF69F0'

red 191 ◦ green 105 ◦ blue 240

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

Shades of Medium Orchid #BF69F0

Tints of Medium Orchid #BF69F0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.59%

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

R = 35.63%
G = 19.59%
B = 44.78%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF69F0 (or 0xBF69F0) is known color: Medium Orchid. HEX triplet: BF, 69 and F0. RGB value is (191,105,240). Sum of RGB (Red+Green+Blue) = 191+105+240=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF69F0 is #40960F. Grayscale: #919191. Windows color (decimal): -4232720 or 15755711. OLE color: 15755711.

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

Color convert

RGB 191 105 240 -
CMYK 0.20 0.56 0 0.06
HSL 278.22º 0.82% 0.68% -
HSV(B) 278.22º 0.56% 0.94% -
XYZ 42.27 27.47 85.51 -
YUV 146.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 191 105 240 0.20 0.56 0 0.06 278.22 0.82 0.68
Hex BF 69 F0 14 38 0 6 116 52 44
Octal 277 151 360 24 70 0 6 426 122 104
Binary 10111111 1101001 11110000 10100 111000 0 110 100010110 1010010 1000100

Color Harmonies of #BF69F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69F0

Black with #BF69F0

Text Example


Text Example

White with #BF69F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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