Html Css Color HEX #BF5DF5 Medium Orchid

📋 copy color: '#BF5DF5'

red 191 ◦ green 93 ◦ blue 245

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

Shades of Medium Orchid #BF5DF5

Tints of Medium Orchid #BF5DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.31%

R = 36.11%
G = 17.58%
B = 46.31%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF5DF5 (or 0xBF5DF5) is known color: Medium Orchid. HEX triplet: BF, 5D and F5. RGB value is (191,93,245). Sum of RGB (Red+Green+Blue) = 191+93+245=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF5DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5DF5 is #40A20A. Grayscale: #8B8B8B. Windows color (decimal): -4235787 or 16080319. OLE color: 16080319.

HSL color Cylindrical-coordinate representation of color #BF5DF5: hue angle of 278.68º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5DF5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 93 245 -
CMYK 0.22 0.62 0 0.04
HSL 278.68º 0.88% 0.66% -
HSV(B) 278.68º 0.62% 0.96% -
XYZ 41.88 25.5 89.1 -
YUV 139.63 187.47 164.64 -
System Red Green Blue C M Y K H S L
Decimal 191 93 245 0.22 0.62 0 0.04 278.68 0.88 0.66
Hex BF 5D F5 16 3E 0 4 117 58 42
Octal 277 135 365 26 76 0 4 427 130 102
Binary 10111111 1011101 11110101 10110 111110 0 100 100010111 1011000 1000010

Color Harmonies of #BF5DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DF5

Black with #BF5DF5

Text Example


Text Example

White with #BF5DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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