Html Css Color HEX #BF64EC Medium Orchid

📋 copy color: '#BF64EC'

red 191 ◦ green 100 ◦ blue 236

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

Shades of Medium Orchid #BF64EC

Tints of Medium Orchid #BF64EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.98%

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

R = 36.24%
G = 18.98%
B = 44.78%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF64EC (or 0xBF64EC) is known color: Medium Orchid. HEX triplet: BF, 64 and EC. RGB value is (191,100,236). Sum of RGB (Red+Green+Blue) = 191+100+236=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64EC is #409B13. Grayscale: #8E8E8E. Windows color (decimal): -4234004 or 15492287. OLE color: 15492287.

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

Color convert

RGB 191 100 236 -
CMYK 0.19 0.58 0 0.07
HSL 280.15º 0.78% 0.66% -
HSV(B) 280.15º 0.58% 0.93% -
XYZ 41.18 26.25 82.25 -
YUV 142.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 191 100 236 0.19 0.58 0 0.07 280.15 0.78 0.66
Hex BF 64 EC 13 3A 0 7 118 4E 42
Octal 277 144 354 23 72 0 7 430 116 102
Binary 10111111 1100100 11101100 10011 111010 0 111 100011000 1001110 1000010

Color Harmonies of #BF64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64EC

Black with #BF64EC

Text Example


Text Example

White with #BF64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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