Html Css Color HEX #BF6FE0 Medium Orchid

📋 copy color: '#BF6FE0'

red 191 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #BF6FE0

Tints of Medium Orchid #BF6FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.59%

R = 36.31%
G = 21.1%
B = 42.59%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF6FE0 (or 0xBF6FE0) is known color: Medium Orchid. HEX triplet: BF, 6F and E0. RGB value is (191,111,224). Sum of RGB (Red+Green+Blue) = 191+111+224=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FE0 is #40901F. Grayscale: #939393. Windows color (decimal): -4231200 or 14708671. OLE color: 14708671.

HSL color Cylindrical-coordinate representation of color #BF6FE0: hue angle of 282.48º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6FE0 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 111 224 -
CMYK 0.15 0.50 0 0.12
HSL 282.48º 0.65% 0.66% -
HSV(B) 282.48º 0.5% 0.88% -
XYZ 40.62 27.83 73.75 -
YUV 147.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 191 111 224 0.15 0.50 0 0.12 282.48 0.65 0.66
Hex BF 6F E0 F 32 0 C 11A 41 42
Octal 277 157 340 17 62 0 14 432 101 102
Binary 10111111 1101111 11100000 1111 110010 0 1100 100011010 1000001 1000010

Color Harmonies of #BF6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FE0

Black with #BF6FE0

Text Example


Text Example

White with #BF6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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