Html Css Color HEX #BF6FE3 Medium Orchid

📋 copy color: '#BF6FE3'

red 191 ◦ green 111 ◦ blue 227

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

Shades of Medium Orchid #BF6FE3

Tints of Medium Orchid #BF6FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.91%

R = 36.11%
G = 20.98%
B = 42.91%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF6FE3 (or 0xBF6FE3) is known color: Medium Orchid. HEX triplet: BF, 6F and E3. RGB value is (191,111,227). Sum of RGB (Red+Green+Blue) = 191+111+227=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF6FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FE3 is #40901C. Grayscale: #939393. Windows color (decimal): -4231197 or 14905279. OLE color: 14905279.

HSL color Cylindrical-coordinate representation of color #BF6FE3: hue angle of 281.38º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6FE3 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 111 227 -
CMYK 0.16 0.51 0 0.11
HSL 281.38º 0.67% 0.66% -
HSV(B) 281.38º 0.51% 0.89% -
XYZ 41.04 27.99 75.91 -
YUV 148.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 191 111 227 0.16 0.51 0 0.11 281.38 0.67 0.66
Hex BF 6F E3 10 33 0 B 119 43 42
Octal 277 157 343 20 63 0 13 431 103 102
Binary 10111111 1101111 11100011 10000 110011 0 1011 100011001 1000011 1000010

Color Harmonies of #BF6FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FE3

Black with #BF6FE3

Text Example


Text Example

White with #BF6FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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