Html Css Color HEX #BF37FB Medium Orchid

📋 copy color: '#BF37FB'

red 191 ◦ green 55 ◦ blue 251

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

Shades of Medium Orchid #BF37FB

Tints of Medium Orchid #BF37FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 38.43%
G = 11.07%
B = 50.5%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF37FB (or 0xBF37FB) is known color: Medium Orchid. HEX triplet: BF, 37 and FB. RGB value is (191,55,251). Sum of RGB (Red+Green+Blue) = 191+55+251=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF37FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF37FB is #40C804. Grayscale: #757575. Windows color (decimal): -4245509 or 16463807. OLE color: 16463807.

HSL color Cylindrical-coordinate representation of color #BF37FB: hue angle of 281.63º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF37FB is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 55 251 -
CMYK 0.24 0.78 0 0.02
HSL 281.63º 0.96% 0.6% -
HSV(B) 281.63º 0.78% 0.98% -
XYZ 40.26 20.77 93.15 -
YUV 118.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 191 55 251 0.24 0.78 0 0.02 281.63 0.96 0.6
Hex BF 37 FB 18 4E 0 2 11A 60 3C
Octal 277 67 373 30 116 0 2 432 140 74
Binary 10111111 110111 11111011 11000 1001110 0 10 100011010 1100000 111100

Color Harmonies of #BF37FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37FB

Black with #BF37FB

Text Example


Text Example

White with #BF37FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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