Html Css Color HEX #BF6CCE Medium Orchid

📋 copy color: '#BF6CCE'

red 191 ◦ green 108 ◦ blue 206

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

Shades of Medium Orchid #BF6CCE

Tints of Medium Orchid #BF6CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 37.82%
G = 21.39%
B = 40.79%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF6CCE (or 0xBF6CCE) is known color: Medium Orchid. HEX triplet: BF, 6C and CE. RGB value is (191,108,206). Sum of RGB (Red+Green+Blue) = 191+108+206=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CCE is #409331. Grayscale: #8F8F8F. Windows color (decimal): -4231986 or 13528255. OLE color: 13528255.

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

Color convert

RGB 191 108 206 -
CMYK 0.07 0.48 0 0.19
HSL 290.82º 0.5% 0.62% -
HSV(B) 290.82º 0.48% 0.81% -
XYZ 37.99 26.26 61.46 -
YUV 143.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 191 108 206 0.07 0.48 0 0.19 290.82 0.5 0.62
Hex BF 6C CE 7 30 0 13 123 32 3E
Octal 277 154 316 7 60 0 23 443 62 76
Binary 10111111 1101100 11001110 111 110000 0 10011 100100011 110010 111110

Color Harmonies of #BF6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CCE

Black with #BF6CCE

Text Example


Text Example

White with #BF6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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