Html Css Color HEX #BF60ED Medium Orchid

📋 copy color: '#BF60ED'

red 191 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #BF60ED

Tints of Medium Orchid #BF60ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 36.45%
G = 18.32%
B = 45.23%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF60ED (or 0xBF60ED) is known color: Medium Orchid. HEX triplet: BF, 60 and ED. RGB value is (191,96,237). Sum of RGB (Red+Green+Blue) = 191+96+237=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF60ED is #409F12. Grayscale: #8C8C8C. Windows color (decimal): -4235027 or 15556799. OLE color: 15556799.

HSL color Cylindrical-coordinate representation of color #BF60ED: hue angle of 280.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF60ED is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 96 237 -
CMYK 0.19 0.59 0 0.07
HSL 280.43º 0.8% 0.65% -
HSV(B) 280.43º 0.59% 0.93% -
XYZ 40.95 25.56 82.9 -
YUV 140.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 191 96 237 0.19 0.59 0 0.07 280.43 0.8 0.65
Hex BF 60 ED 13 3B 0 7 118 50 41
Octal 277 140 355 23 73 0 7 430 120 101
Binary 10111111 1100000 11101101 10011 111011 0 111 100011000 1010000 1000001

Color Harmonies of #BF60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60ED

Black with #BF60ED

Text Example


Text Example

White with #BF60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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