Html Css Color HEX #BF68CE Medium Orchid

📋 copy color: '#BF68CE'

red 191 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #BF68CE

Tints of Medium Orchid #BF68CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.76%

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

R = 38.12%
G = 20.76%
B = 41.12%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF68CE (or 0xBF68CE) is known color: Medium Orchid. HEX triplet: BF, 68 and CE. RGB value is (191,104,206). Sum of RGB (Red+Green+Blue) = 191+104+206=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68CE is #409731. Grayscale: #8D8D8D. Windows color (decimal): -4233010 or 13527231. OLE color: 13527231.

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

Color convert

RGB 191 104 206 -
CMYK 0.07 0.50 0 0.19
HSL 291.18º 0.51% 0.61% -
HSV(B) 291.18º 0.5% 0.81% -
XYZ 37.58 25.43 61.32 -
YUV 141.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 191 104 206 0.07 0.50 0 0.19 291.18 0.51 0.61
Hex BF 68 CE 7 32 0 13 123 33 3D
Octal 277 150 316 7 62 0 23 443 63 75
Binary 10111111 1101000 11001110 111 110010 0 10011 100100011 110011 111101

Color Harmonies of #BF68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68CE

Black with #BF68CE

Text Example


Text Example

White with #BF68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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