Html Css Color HEX #BF37FF Medium Orchid

📋 copy color: '#BF37FF'

red 191 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #BF37FF

Tints of Medium Orchid #BF37FF

RGB

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

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

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

R = 38.12%
G = 10.98%
B = 50.9%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF37FF (or 0xBF37FF) is known color: Medium Orchid. HEX triplet: BF, 37 and FF. RGB value is (191,55,255). Sum of RGB (Red+Green+Blue) = 191+55+255=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF37FF is #40C800. Grayscale: #757575. Windows color (decimal): -4245505 or 16725951. OLE color: 16725951.

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

Color convert

RGB 191 55 255 -
CMYK 0.25 0.78 0 0
HSL 280.8º 1% 0.61% -
HSV(B) 280.8º 0.78% 1% -
XYZ 40.9 21.03 96.51 -
YUV 118.46 205.06 179.74 -
System Red Green Blue C M Y K H S L
Decimal 191 55 255 0.25 0.78 0 0 280.8 1 0.61
Hex BF 37 FF 19 4E 0 0 119 64 3D
Octal 277 67 377 31 116 0 0 431 144 75
Binary 10111111 110111 11111111 11001 1001110 0 0 100011001 1100100 111101

Color Harmonies of #BF37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37FF

Black with #BF37FF

Text Example


Text Example

White with #BF37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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