Html Css Color HEX #BF6CE7 Medium Orchid

📋 copy color: '#BF6CE7'

red 191 ◦ green 108 ◦ blue 231

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

Shades of Medium Orchid #BF6CE7

Tints of Medium Orchid #BF6CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.58%

R = 36.04%
G = 20.38%
B = 43.58%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF6CE7 (or 0xBF6CE7) is known color: Medium Orchid. HEX triplet: BF, 6C and E7. RGB value is (191,108,231). Sum of RGB (Red+Green+Blue) = 191+108+231=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF6CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CE7 is #409318. Grayscale: #929292. Windows color (decimal): -4231961 or 15166655. OLE color: 15166655.

HSL color Cylindrical-coordinate representation of color #BF6CE7: hue angle of 280.49º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6CE7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 108 231 -
CMYK 0.17 0.53 0 0.09
HSL 280.49º 0.72% 0.66% -
HSV(B) 280.49º 0.53% 0.91% -
XYZ 41.27 27.57 78.75 -
YUV 146.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 191 108 231 0.17 0.53 0 0.09 280.49 0.72 0.66
Hex BF 6C E7 11 35 0 9 118 48 42
Octal 277 154 347 21 65 0 11 430 110 102
Binary 10111111 1101100 11100111 10001 110101 0 1001 100011000 1001000 1000010

Color Harmonies of #BF6CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CE7

Black with #BF6CE7

Text Example


Text Example

White with #BF6CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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