Html Css Color HEX #BF6CCF Medium Orchid

📋 copy color: '#BF6CCF'

red 191 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #BF6CCF

Tints of Medium Orchid #BF6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

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

R = 37.75%
G = 21.34%
B = 40.91%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF6CCF (or 0xBF6CCF) is known color: Medium Orchid. HEX triplet: BF, 6C and CF. RGB value is (191,108,207). Sum of RGB (Red+Green+Blue) = 191+108+207=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CCF is #409330. Grayscale: #8F8F8F. Windows color (decimal): -4231985 or 13593791. OLE color: 13593791.

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

Color convert

RGB 191 108 207 -
CMYK 0.08 0.48 0 0.19
HSL 290.3º 0.51% 0.62% -
HSV(B) 290.3º 0.48% 0.81% -
XYZ 38.11 26.31 62.1 -
YUV 144.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 191 108 207 0.08 0.48 0 0.19 290.3 0.51 0.62
Hex BF 6C CF 8 30 0 13 122 33 3E
Octal 277 154 317 10 60 0 23 442 63 76
Binary 10111111 1101100 11001111 1000 110000 0 10011 100100010 110011 111110

Color Harmonies of #BF6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CCF

Black with #BF6CCF

Text Example


Text Example

White with #BF6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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