Html Css Color HEX #BF5FEF Medium Orchid

📋 copy color: '#BF5FEF'

red 191 ◦ green 95 ◦ blue 239

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

Shades of Medium Orchid #BF5FEF

Tints of Medium Orchid #BF5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.1%

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 36.38%
G = 18.1%
B = 45.52%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF5FEF (or 0xBF5FEF) is known color: Medium Orchid. HEX triplet: BF, 5F and EF. RGB value is (191,95,239). Sum of RGB (Red+Green+Blue) = 191+95+239=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5FEF is #40A010. Grayscale: #8B8B8B. Windows color (decimal): -4235281 or 15687615. OLE color: 15687615.

HSL color Cylindrical-coordinate representation of color #BF5FEF: hue angle of 280º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF5FEF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 95 239 -
CMYK 0.20 0.60 0 0.06
HSL 280º 0.82% 0.65% -
HSV(B) 280º 0.6% 0.94% -
XYZ 41.16 25.49 84.41 -
YUV 140.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 191 95 239 0.20 0.60 0 0.06 280 0.82 0.65
Hex BF 5F EF 14 3C 0 6 118 52 41
Octal 277 137 357 24 74 0 6 430 122 101
Binary 10111111 1011111 11101111 10100 111100 0 110 100011000 1010010 1000001

Color Harmonies of #BF5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5FEF

Black with #BF5FEF

Text Example


Text Example

White with #BF5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5FEF; }

 p { color: rgb(191,95,239); }

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

background-color css

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

 a { background-color: rgb(191,95,239); }

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

border-color css

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

 span { border-color: rgb(191,95,239); }

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