Html Css Color HEX #BF5DF3 Medium Orchid

📋 copy color: '#BF5DF3'

red 191 ◦ green 93 ◦ blue 243

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

Shades of Medium Orchid #BF5DF3

Tints of Medium Orchid #BF5DF3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.65%

 BLUE value IS 243 (95.31% from 255) = 46.11%

R = 36.24%
G = 17.65%
B = 46.11%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF5DF3 (or 0xBF5DF3) is known color: Medium Orchid. HEX triplet: BF, 5D and F3. RGB value is (191,93,243). Sum of RGB (Red+Green+Blue) = 191+93+243=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF5DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5DF3 is #40A20C. Grayscale: #8A8A8A. Windows color (decimal): -4235789 or 15949247. OLE color: 15949247.

HSL color Cylindrical-coordinate representation of color #BF5DF3: hue angle of 279.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5DF3 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 93 243 -
CMYK 0.21 0.62 0 0.05
HSL 279.2º 0.86% 0.66% -
HSV(B) 279.2º 0.62% 0.95% -
XYZ 41.58 25.38 87.5 -
YUV 139.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 191 93 243 0.21 0.62 0 0.05 279.2 0.86 0.66
Hex BF 5D F3 15 3E 0 5 117 56 42
Octal 277 135 363 25 76 0 5 427 126 102
Binary 10111111 1011101 11110011 10101 111110 0 101 100010111 1010110 1000010

Color Harmonies of #BF5DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DF3

Black with #BF5DF3

Text Example


Text Example

White with #BF5DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DF3; }

 p { color: rgb(191,93,243); }

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

background-color css

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

 a { background-color: rgb(191,93,243); }

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

border-color css

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

 span { border-color: rgb(191,93,243); }

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