Html Css Color HEX #BF60E7 Medium Orchid

📋 copy color: '#BF60E7'

red 191 ◦ green 96 ◦ blue 231

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

Shades of Medium Orchid #BF60E7

Tints of Medium Orchid #BF60E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.59%

R = 36.87%
G = 18.53%
B = 44.59%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF60E7 (or 0xBF60E7) is known color: Medium Orchid. HEX triplet: BF, 60 and E7. RGB value is (191,96,231). Sum of RGB (Red+Green+Blue) = 191+96+231=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF60E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF60E7 is #409F18. Grayscale: #8B8B8B. Windows color (decimal): -4235033 or 15163583. OLE color: 15163583.

HSL color Cylindrical-coordinate representation of color #BF60E7: hue angle of 282.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF60E7 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 96 231 -
CMYK 0.17 0.58 0 0.09
HSL 282.22º 0.74% 0.64% -
HSV(B) 282.22º 0.58% 0.91% -
XYZ 40.09 25.21 78.35 -
YUV 139.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 191 96 231 0.17 0.58 0 0.09 282.22 0.74 0.64
Hex BF 60 E7 11 3A 0 9 11A 4A 40
Octal 277 140 347 21 72 0 11 432 112 100
Binary 10111111 1100000 11100111 10001 111010 0 1001 100011010 1001010 1000000

Color Harmonies of #BF60E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60E7

Black with #BF60E7

Text Example


Text Example

White with #BF60E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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