Html Css Color HEX #BF53F8 Medium Orchid

📋 copy color: '#BF53F8'

red 191 ◦ green 83 ◦ blue 248

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

Shades of Medium Orchid #BF53F8

Tints of Medium Orchid #BF53F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.51%

R = 36.59%
G = 15.9%
B = 47.51%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BF53F8 (or 0xBF53F8) is known color: Medium Orchid. HEX triplet: BF, 53 and F8. RGB value is (191,83,248). Sum of RGB (Red+Green+Blue) = 191+83+248=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF53F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF53F8 is #40AC07. Grayscale: #858585. Windows color (decimal): -4238344 or 16274367. OLE color: 16274367.

HSL color Cylindrical-coordinate representation of color #BF53F8: hue angle of 279.27º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF53F8 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 83 248 -
CMYK 0.23 0.67 0 0.03
HSL 279.27º 0.92% 0.65% -
HSV(B) 279.27º 0.67% 0.97% -
XYZ 41.52 24.04 91.26 -
YUV 134.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 191 83 248 0.23 0.67 0 0.03 279.27 0.92 0.65
Hex BF 53 F8 17 43 0 3 117 5C 41
Octal 277 123 370 27 103 0 3 427 134 101
Binary 10111111 1010011 11111000 10111 1000011 0 11 100010111 1011100 1000001

Color Harmonies of #BF53F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53F8

Black with #BF53F8

Text Example


Text Example

White with #BF53F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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