Html Css Color HEX #BF53FF Medium Orchid

📋 copy color: '#BF53FF'

red 191 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #BF53FF

Tints of Medium Orchid #BF53FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.69%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 36.11%
G = 15.69%
B = 48.2%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF53FF (or 0xBF53FF) is known color: Medium Orchid. HEX triplet: BF, 53 and FF. RGB value is (191,83,255). Sum of RGB (Red+Green+Blue) = 191+83+255=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF53FF is #40AC00. Grayscale: #868686. Windows color (decimal): -4238337 or 16733119. OLE color: 16733119.

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

Color convert

RGB 191 83 255 -
CMYK 0.25 0.67 0 0
HSL 277.67º 1% 0.66% -
HSV(B) 277.67º 0.67% 1% -
XYZ 42.63 24.48 97.09 -
YUV 134.9 195.78 168.01 -
System Red Green Blue C M Y K H S L
Decimal 191 83 255 0.25 0.67 0 0 277.67 1 0.66
Hex BF 53 FF 19 43 0 0 116 64 42
Octal 277 123 377 31 103 0 0 426 144 102
Binary 10111111 1010011 11111111 11001 1000011 0 0 100010110 1100100 1000010

Color Harmonies of #BF53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53FF

Black with #BF53FF

Text Example


Text Example

White with #BF53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53FF; }

 p { color: rgb(191,83,255); }

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

background-color css

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

 a { background-color: rgb(191,83,255); }

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

border-color css

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

 span { border-color: rgb(191,83,255); }

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