Html Css Color HEX #BF3BEC Medium Orchid

📋 copy color: '#BF3BEC'

red 191 ◦ green 59 ◦ blue 236

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

Shades of Medium Orchid #BF3BEC

Tints of Medium Orchid #BF3BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.14%

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 39.3%
G = 12.14%
B = 48.56%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF3BEC (or 0xBF3BEC) is known color: Medium Orchid. HEX triplet: BF, 3B and EC. RGB value is (191,59,236). Sum of RGB (Red+Green+Blue) = 191+59+236=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF3BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3BEC is #40C413. Grayscale: #767676. Windows color (decimal): -4244500 or 15481791. OLE color: 15481791.

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

Color convert

RGB 191 59 236 -
CMYK 0.19 0.75 0 0.07
HSL 284.75º 0.82% 0.58% -
HSV(B) 284.75º 0.75% 0.93% -
XYZ 38.19 20.26 81.25 -
YUV 118.65 194.23 179.61 -
System Red Green Blue C M Y K H S L
Decimal 191 59 236 0.19 0.75 0 0.07 284.75 0.82 0.58
Hex BF 3B EC 13 4B 0 7 11D 52 3A
Octal 277 73 354 23 113 0 7 435 122 72
Binary 10111111 111011 11101100 10011 1001011 0 111 100011101 1010010 111010

Color Harmonies of #BF3BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3BEC

Black with #BF3BEC

Text Example


Text Example

White with #BF3BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3BEC; }

 p { color: rgb(191,59,236); }

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

background-color css

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

 a { background-color: rgb(191,59,236); }

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

border-color css

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

 span { border-color: rgb(191,59,236); }

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