Html Css Color HEX #BF37CE Medium Orchid

📋 copy color: '#BF37CE'

red 191 ◦ green 55 ◦ blue 206

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

Shades of Medium Orchid #BF37CE

Tints of Medium Orchid #BF37CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 42.26%
G = 12.17%
B = 45.58%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF37CE (or 0xBF37CE) is known color: Medium Orchid. HEX triplet: BF, 37 and CE. RGB value is (191,55,206). Sum of RGB (Red+Green+Blue) = 191+55+206=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37CE is #40C831. Grayscale: #707070. Windows color (decimal): -4245554 or 13514687. OLE color: 13514687.

HSL color Cylindrical-coordinate representation of color #BF37CE: hue angle of 294.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF37CE is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 55 206 -
CMYK 0.07 0.73 0 0.19
HSL 294.04º 0.61% 0.51% -
HSV(B) 294.04º 0.73% 0.81% -
XYZ 33.99 18.26 60.13 -
YUV 112.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 191 55 206 0.07 0.73 0 0.19 294.04 0.61 0.51
Hex BF 37 CE 7 49 0 13 126 3D 33
Octal 277 67 316 7 111 0 23 446 75 63
Binary 10111111 110111 11001110 111 1001001 0 10011 100100110 111101 110011

Color Harmonies of #BF37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37CE

Black with #BF37CE

Text Example


Text Example

White with #BF37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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