Html Css Color HEX #BF36ED Medium Orchid

📋 copy color: '#BF36ED'

red 191 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #BF36ED

Tints of Medium Orchid #BF36ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 39.63%
G = 11.2%
B = 49.17%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF36ED (or 0xBF36ED) is known color: Medium Orchid. HEX triplet: BF, 36 and ED. RGB value is (191,54,237). Sum of RGB (Red+Green+Blue) = 191+54+237=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF36ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36ED is #40C912. Grayscale: #737373. Windows color (decimal): -4245779 or 15546047. OLE color: 15546047.

HSL color Cylindrical-coordinate representation of color #BF36ED: hue angle of 284.92º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF36ED is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 54 237 -
CMYK 0.19 0.77 0 0.07
HSL 284.92º 0.84% 0.57% -
HSV(B) 284.92º 0.77% 0.93% -
XYZ 38.09 19.83 81.94 -
YUV 115.83 196.39 181.62 -
System Red Green Blue C M Y K H S L
Decimal 191 54 237 0.19 0.77 0 0.07 284.92 0.84 0.57
Hex BF 36 ED 13 4D 0 7 11D 54 39
Octal 277 66 355 23 115 0 7 435 124 71
Binary 10111111 110110 11101101 10011 1001101 0 111 100011101 1010100 111001

Color Harmonies of #BF36ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36ED

Black with #BF36ED

Text Example


Text Example

White with #BF36ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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