Html Css Color HEX #BF68CF Medium Orchid

📋 copy color: '#BF68CF'

red 191 ◦ green 104 ◦ blue 207

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

Shades of Medium Orchid #BF68CF

Tints of Medium Orchid #BF68CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 38.05%
G = 20.72%
B = 41.24%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF68CF (or 0xBF68CF) is known color: Medium Orchid. HEX triplet: BF, 68 and CF. RGB value is (191,104,207). Sum of RGB (Red+Green+Blue) = 191+104+207=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68CF is #409730. Grayscale: #8D8D8D. Windows color (decimal): -4233009 or 13592767. OLE color: 13592767.

HSL color Cylindrical-coordinate representation of color #BF68CF: hue angle of 290.68º degrees, saturation: 0.52, 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 #BF68CF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 104 207 -
CMYK 0.08 0.50 0 0.19
HSL 290.68º 0.52% 0.61% -
HSV(B) 290.68º 0.5% 0.81% -
XYZ 37.7 25.48 61.96 -
YUV 141.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 191 104 207 0.08 0.50 0 0.19 290.68 0.52 0.61
Hex BF 68 CF 8 32 0 13 123 34 3D
Octal 277 150 317 10 62 0 23 443 64 75
Binary 10111111 1101000 11001111 1000 110010 0 10011 100100011 110100 111101

Color Harmonies of #BF68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68CF

Black with #BF68CF

Text Example


Text Example

White with #BF68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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