Html Css Color HEX #BF6FCF Medium Orchid

📋 copy color: '#BF6FCF'

red 191 ◦ green 111 ◦ blue 207

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

Shades of Medium Orchid #BF6FCF

Tints of Medium Orchid #BF6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.81%

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

R = 37.52%
G = 21.81%
B = 40.67%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF6FCF (or 0xBF6FCF) is known color: Medium Orchid. HEX triplet: BF, 6F and CF. RGB value is (191,111,207). Sum of RGB (Red+Green+Blue) = 191+111+207=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FCF is #409030. Grayscale: #919191. Windows color (decimal): -4231217 or 13594559. OLE color: 13594559.

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

Color convert

RGB 191 111 207 -
CMYK 0.08 0.46 0 0.19
HSL 290º 0.5% 0.62% -
HSV(B) 290º 0.46% 0.81% -
XYZ 38.43 26.95 62.21 -
YUV 145.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 191 111 207 0.08 0.46 0 0.19 290 0.5 0.62
Hex BF 6F CF 8 2E 0 13 122 32 3E
Octal 277 157 317 10 56 0 23 442 62 76
Binary 10111111 1101111 11001111 1000 101110 0 10011 100100010 110010 111110

Color Harmonies of #BF6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FCF

Black with #BF6FCF

Text Example


Text Example

White with #BF6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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