Html Css Color HEX #BF75CF Medium Orchid

📋 copy color: '#BF75CF'

red 191 ◦ green 117 ◦ blue 207

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

Shades of Medium Orchid #BF75CF

Tints of Medium Orchid #BF75CF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.72%

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

R = 37.09%
G = 22.72%
B = 40.19%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF75CF (or 0xBF75CF) is known color: Medium Orchid. HEX triplet: BF, 75 and CF. RGB value is (191,117,207). Sum of RGB (Red+Green+Blue) = 191+117+207=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF75CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75CF is #408A30. Grayscale: #959595. Windows color (decimal): -4229681 or 13596095. OLE color: 13596095.

HSL color Cylindrical-coordinate representation of color #BF75CF: hue angle of 289.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF75CF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 117 207 -
CMYK 0.08 0.43 0 0.19
HSL 289.33º 0.48% 0.64% -
HSV(B) 289.33º 0.43% 0.81% -
XYZ 39.11 28.3 62.43 -
YUV 149.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 191 117 207 0.08 0.43 0 0.19 289.33 0.48 0.64
Hex BF 75 CF 8 2B 0 13 121 30 40
Octal 277 165 317 10 53 0 23 441 60 100
Binary 10111111 1110101 11001111 1000 101011 0 10011 100100001 110000 1000000

Color Harmonies of #BF75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75CF

Black with #BF75CF

Text Example


Text Example

White with #BF75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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