Html Css Color HEX #BF6BCF Medium Orchid

📋 copy color: '#BF6BCF'

red 191 ◦ green 107 ◦ blue 207

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

Shades of Medium Orchid #BF6BCF

Tints of Medium Orchid #BF6BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.19%

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

R = 37.82%
G = 21.19%
B = 40.99%

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

#BF6BCF (or 0xBF6BCF) is known color: Medium Orchid. HEX triplet: BF, 6B and CF. RGB value is (191,107,207). Sum of RGB (Red+Green+Blue) = 191+107+207=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BCF is #409430. Grayscale: #8F8F8F. Windows color (decimal): -4232241 or 13593535. OLE color: 13593535.

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

Color convert

RGB 191 107 207 -
CMYK 0.08 0.48 0 0.19
HSL 290.4º 0.51% 0.62% -
HSV(B) 290.4º 0.48% 0.81% -
XYZ 38.01 26.1 62.07 -
YUV 143.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 191 107 207 0.08 0.48 0 0.19 290.4 0.51 0.62
Hex BF 6B CF 8 30 0 13 122 33 3E
Octal 277 153 317 10 60 0 23 442 63 76
Binary 10111111 1101011 11001111 1000 110000 0 10011 100100010 110011 111110

Color Harmonies of #BF6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BCF

Black with #BF6BCF

Text Example


Text Example

White with #BF6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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