Html Css Color HEX #BF37F8 Medium Orchid

📋 copy color: '#BF37F8'

red 191 ◦ green 55 ◦ blue 248

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

Shades of Medium Orchid #BF37F8

Tints of Medium Orchid #BF37F8

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.13%

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

R = 38.66%
G = 11.13%
B = 50.2%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BF37F8 (or 0xBF37F8) is known color: Medium Orchid. HEX triplet: BF, 37 and F8. RGB value is (191,55,248). Sum of RGB (Red+Green+Blue) = 191+55+248=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF37F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF37F8 is #40C807. Grayscale: #757575. Windows color (decimal): -4245512 or 16267199. OLE color: 16267199.

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

Color convert

RGB 191 55 248 -
CMYK 0.23 0.78 0 0.03
HSL 282.28º 0.93% 0.59% -
HSV(B) 282.28º 0.78% 0.97% -
XYZ 39.8 20.59 90.68 -
YUV 117.67 201.56 180.31 -
System Red Green Blue C M Y K H S L
Decimal 191 55 248 0.23 0.78 0 0.03 282.28 0.93 0.59
Hex BF 37 F8 17 4E 0 3 11A 5D 3B
Octal 277 67 370 27 116 0 3 432 135 73
Binary 10111111 110111 11111000 10111 1001110 0 11 100011010 1011101 111011

Color Harmonies of #BF37F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37F8

Black with #BF37F8

Text Example


Text Example

White with #BF37F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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