Html Css Color HEX #BF36EF Medium Orchid

📋 copy color: '#BF36EF'

red 191 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #BF36EF

Tints of Medium Orchid #BF36EF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.16%

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 39.46%
G = 11.16%
B = 49.38%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF36EF (or 0xBF36EF) is known color: Medium Orchid. HEX triplet: BF, 36 and EF. RGB value is (191,54,239). Sum of RGB (Red+Green+Blue) = 191+54+239=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36EF is #40C910. Grayscale: #737373. Windows color (decimal): -4245777 or 15677119. OLE color: 15677119.

HSL color Cylindrical-coordinate representation of color #BF36EF: hue angle of 284.43º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF36EF is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 54 239 -
CMYK 0.20 0.77 0 0.06
HSL 284.43º 0.85% 0.57% -
HSV(B) 284.43º 0.77% 0.94% -
XYZ 38.39 19.95 83.49 -
YUV 116.05 197.39 181.46 -
System Red Green Blue C M Y K H S L
Decimal 191 54 239 0.20 0.77 0 0.06 284.43 0.85 0.57
Hex BF 36 EF 14 4D 0 6 11C 55 39
Octal 277 66 357 24 115 0 6 434 125 71
Binary 10111111 110110 11101111 10100 1001101 0 110 100011100 1010101 111001

Color Harmonies of #BF36EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36EF

Black with #BF36EF

Text Example


Text Example

White with #BF36EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36EF; }

 p { color: rgb(191,54,239); }

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

background-color css

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

 a { background-color: rgb(191,54,239); }

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

border-color css

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

 span { border-color: rgb(191,54,239); }

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