Html Css Color HEX #BF60E9 Medium Orchid

📋 copy color: '#BF60E9'

red 191 ◦ green 96 ◦ blue 233

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

Shades of Medium Orchid #BF60E9

Tints of Medium Orchid #BF60E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.81%

R = 36.73%
G = 18.46%
B = 44.81%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF60E9 (or 0xBF60E9) is known color: Medium Orchid. HEX triplet: BF, 60 and E9. RGB value is (191,96,233). Sum of RGB (Red+Green+Blue) = 191+96+233=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF60E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF60E9 is #409F16. Grayscale: #8B8B8B. Windows color (decimal): -4235031 or 15294655. OLE color: 15294655.

HSL color Cylindrical-coordinate representation of color #BF60E9: hue angle of 281.61º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF60E9 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 96 233 -
CMYK 0.18 0.59 0 0.09
HSL 281.61º 0.76% 0.65% -
HSV(B) 281.61º 0.59% 0.91% -
XYZ 40.38 25.33 79.85 -
YUV 140.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 191 96 233 0.18 0.59 0 0.09 281.61 0.76 0.65
Hex BF 60 E9 12 3B 0 9 11A 4C 41
Octal 277 140 351 22 73 0 11 432 114 101
Binary 10111111 1100000 11101001 10010 111011 0 1001 100011010 1001100 1000001

Color Harmonies of #BF60E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60E9

Black with #BF60E9

Text Example


Text Example

White with #BF60E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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