Html Css Color HEX #BF60CE Medium Orchid

📋 copy color: '#BF60CE'

red 191 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #BF60CE

Tints of Medium Orchid #BF60CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 38.74%
G = 19.47%
B = 41.78%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF60CE (or 0xBF60CE) is known color: Medium Orchid. HEX triplet: BF, 60 and CE. RGB value is (191,96,206). Sum of RGB (Red+Green+Blue) = 191+96+206=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60CE is #409F31. Grayscale: #888888. Windows color (decimal): -4235058 or 13525183. OLE color: 13525183.

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

Color convert

RGB 191 96 206 -
CMYK 0.07 0.53 0 0.19
HSL 291.82º 0.53% 0.59% -
HSV(B) 291.82º 0.53% 0.81% -
XYZ 36.81 23.9 61.07 -
YUV 136.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 191 96 206 0.07 0.53 0 0.19 291.82 0.53 0.59
Hex BF 60 CE 7 35 0 13 124 35 3B
Octal 277 140 316 7 65 0 23 444 65 73
Binary 10111111 1100000 11001110 111 110101 0 10011 100100100 110101 111011

Color Harmonies of #BF60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60CE

Black with #BF60CE

Text Example


Text Example

White with #BF60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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