Html Css Color HEX #BF37FC Medium Orchid

📋 copy color: '#BF37FC'

red 191 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #BF37FC

Tints of Medium Orchid #BF37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 38.35%
G = 11.04%
B = 50.6%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF37FC (or 0xBF37FC) is known color: Medium Orchid. HEX triplet: BF, 37 and FC. RGB value is (191,55,252). Sum of RGB (Red+Green+Blue) = 191+55+252=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF37FC is #40C803. Grayscale: #757575. Windows color (decimal): -4245508 or 16529343. OLE color: 16529343.

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

Color convert

RGB 191 55 252 -
CMYK 0.24 0.78 0 0.01
HSL 281.42º 0.97% 0.6% -
HSV(B) 281.42º 0.78% 0.99% -
XYZ 40.42 20.84 93.99 -
YUV 118.12 203.56 179.98 -
System Red Green Blue C M Y K H S L
Decimal 191 55 252 0.24 0.78 0 0.01 281.42 0.97 0.6
Hex BF 37 FC 18 4E 0 1 119 61 3C
Octal 277 67 374 30 116 0 1 431 141 74
Binary 10111111 110111 11111100 11000 1001110 0 1 100011001 1100001 111100

Color Harmonies of #BF37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37FC

Black with #BF37FC

Text Example


Text Example

White with #BF37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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