Html Css Color HEX #BF6BC9 Medium Orchid

📋 copy color: '#BF6BC9'

red 191 ◦ green 107 ◦ blue 201

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

Shades of Medium Orchid #BF6BC9

Tints of Medium Orchid #BF6BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.28%

R = 38.28%
G = 21.44%
B = 40.28%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF6BC9 (or 0xBF6BC9) is known color: Medium Orchid. HEX triplet: BF, 6B and C9. RGB value is (191,107,201). Sum of RGB (Red+Green+Blue) = 191+107+201=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF6BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BC9 is #409436. Grayscale: #8E8E8E. Windows color (decimal): -4232247 or 13200319. OLE color: 13200319.

HSL color Cylindrical-coordinate representation of color #BF6BC9: hue angle of 293.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6BC9 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 107 201 -
CMYK 0.05 0.47 0 0.21
HSL 293.62º 0.47% 0.6% -
HSV(B) 293.62º 0.47% 0.79% -
XYZ 37.29 25.81 58.27 -
YUV 142.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 191 107 201 0.05 0.47 0 0.21 293.62 0.47 0.6
Hex BF 6B C9 5 2F 0 15 126 2F 3C
Octal 277 153 311 5 57 0 25 446 57 74
Binary 10111111 1101011 11001001 101 101111 0 10101 100100110 101111 111100

Color Harmonies of #BF6BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BC9

Black with #BF6BC9

Text Example


Text Example

White with #BF6BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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